Archived
1
0
Fork 0

gnu: diffoscope: Update to 168.

* gnu/packages/diffoscope.scm (diffoscope): Update to 168.
This commit is contained in:
Vagrant Cascadian 2021-03-03 10:01:24 -08:00 committed by Vagrant Cascadian
parent 35aedd0cbb
commit 14c3c3eec2
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

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