1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 21:41:15 +02:00

gnu: diffoscope: Update to 95.

* gnu/packages/package-management.scm (diffoscope): Update to 95.
This commit is contained in:
Rutger Helling
2018-06-06 14:33:52 +02:00
parent 89fc8aef8c
commit c7a2f7b999

View File

@@ -544,13 +544,13 @@ transactions from C or Python.")
(define-public diffoscope
(package
(name "diffoscope")
(version "94")
(version "95")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"07pcc4r9kz8zfr4pfkzk3ipgyv7m5h9vwicrzdgjpa87nbbdgjx6"))))
"0aksxxivxli6l3fylxgl771hw0h7l8x35l76cmj0d12zgx54w0a1"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases