3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: diffoscope: Update to 62.

* gnu/packages/package-management.scm (diffoscope): Update to 62.
This commit is contained in:
Leo Famulari 2016-11-01 16:15:24 -04:00
parent bac3d6095d
commit e3e3e488a1
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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