gnu: diffoscope: Update to 54.

* gnu/packages/package-management.scm (diffoscope): Update to 54.
master
Leo Famulari 2016-07-15 11:35:05 -04:00
parent 7fb18f578a
commit e538a245f3
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -475,13 +475,13 @@ transactions from C or Python.")
(define-public diffoscope
(package
(name "diffoscope")
(version "51")
(version "54")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"18rn6rrwh586228vnaf1nq0wayh19zbvfc0qmnbys6ln2pv2v007"))))
"1dv46ywzcll3mlqgvr48mq7rncizfvsic62c6dd2kdhynb22087n"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases