gnu: diffoscope: Update to 61.

* gnu/packages/package-management.scm (diffoscope): Update to 61.
master
Leo Famulari 2016-10-17 16:38:21 -04:00
parent 040b6299d5
commit 6ace9f80f1
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

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