gnu: diffoscope: Update to 96.

* gnu/packages/package-management.scm (diffoscope): Update to 96.
master
Ludovic Courtès 2018-06-17 00:29:51 +02:00
parent 6710206881
commit 554eaae4a0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

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