1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: diffoscope: Update to 167.

* gnu/packages/diffoscope.scm (diffoscope): Update to 167.
This commit is contained in:
Vagrant Cascadian
2021-02-21 15:29:59 -08:00
committed by Vagrant Cascadian
parent f601cdc698
commit 90ccb46a55

View File

@@ -72,7 +72,7 @@
(define-public diffoscope
(package
(name "diffoscope")
(version "166")
(version "167")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -81,7 +81,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0vc4a38ii6b10af4c7cxfkvj4lk4ihx1xs4q5lshnkyg74gmm21b"))))
"0v0l299igvjsxz7xbsfl7kfqw958v56khzda1ixdsax6qrnqcf6m"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases