gnu: diffoscope: Update to 95.

* gnu/packages/package-management.scm (diffoscope): Update to 95.
master
Rutger Helling 2018-06-06 14:33:52 +02:00
parent 89fc8aef8c
commit c7a2f7b999
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

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