gnu: diffoscope: Update to 131.

* gnu/packages/diffoscope (diffoscope): Update to 131.
This commit is contained in:
Vagrant Cascadian 2019-11-23 18:49:42 -08:00 committed by Vagrant Cascadian
parent dd39f16ee6
commit 446316cad5
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -67,7 +67,7 @@ (define-module (gnu packages diffoscope)
#:use-module (ice-9 match))
(define-public diffoscope
(let ((version "129"))
(let ((version "131"))
(package
(name "diffoscope")
(version version)
@ -79,7 +79,7 @@ (define-public diffoscope
(file-name (git-file-name name version))
(sha256
(base32
"1r8hq93gga9n4jv4fyf1divc9cwvvjadkzl47lazzrfy3nn1qjwr"))))
"0jai3kycjlrc64f4vg8yklri6ds1451qy6r6sw2646bhjr0gs233"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases