me
/
guix
Archived
1
0
Fork 0

gnu: diffoscope: Update to 100.

* gnu/packages/package-management.scm (diffoscope): Update to 100.
master
Ludovic Courtès 2018-09-07 17:59:16 +02:00
parent afdd1555c4
commit 9f1f200c04
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

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