gnu: diffoscope: Update to 51.

* gnu/packages/package-management.scm (diffoscope): Update to 51.
master
Leo Famulari 2016-03-25 17:17:06 -04:00
parent 54c30ebcb1
commit 15bdd91cc4
1 changed files with 2 additions and 2 deletions

View File

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