gnu: diffoscope: Update to 94.

* gnu/packages/package-management.scm (diffoscope): Update to 94.
This commit is contained in:
Ludovic Courtès 2018-05-11 18:42:25 +02:00
parent 1a4e553069
commit cbcdb77790
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

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