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 122.

* gnu/packages/package-management (diffoscope): Update to 122.
This commit is contained in:
Vagrant Cascadian 2019-08-30 13:47:44 -07:00 committed by Vagrant Cascadian
parent d85c0f9842
commit b126f41b30
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -546,7 +546,7 @@ transactions from C or Python.")
(license license:gpl2+)))
(define-public diffoscope
(let ((version "121"))
(let ((version "122"))
(package
(name "diffoscope")
(version version)
@ -558,7 +558,7 @@ transactions from C or Python.")
(file-name (git-file-name name version))
(sha256
(base32
"1bw7s8qs1vnr93vhifl6pj6h6w6r6nrpc5anzhh9wx2gcaipkb3m"))))
"1pwddknk8qyv88ba63why8vbnlc14b47434lv4ijx49m7ya3zfvg"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases