gnu: diffoscope: Update to 129.

* gnu/packages/diffoscope (diffoscope): Update to 129.
This commit is contained in:
Vagrant Cascadian 2019-10-28 13:33:43 -07:00
parent 6b00a5f4a7
commit d332fd860f
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)) #:use-module (ice-9 match))
(define-public diffoscope (define-public diffoscope
(let ((version "126")) (let ((version "129"))
(package (package
(name "diffoscope") (name "diffoscope")
(version version) (version version)
@ -79,7 +79,7 @@ (define-public diffoscope
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0lmn2116g5l05nns8qd2kwsnnd144zrqhs53fsr88inzf0mkqwhj")))) "1r8hq93gga9n4jv4fyf1divc9cwvvjadkzl47lazzrfy3nn1qjwr"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases