gnu: diffoscope: Update to 138.

* gnu/packages/diffoscope (diffoscope): Update to 138.
This commit is contained in:
Vagrant Cascadian 2020-03-30 19:39:46 +00:00 committed by Vagrant Cascadian
parent 1110a421f4
commit 03227eeb12
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -68,7 +68,7 @@ (define-module (gnu packages diffoscope)
#:use-module (ice-9 match))
(define-public diffoscope
(let ((version "137"))
(let ((version "138"))
(package
(name "diffoscope")
(version version)
@ -80,7 +80,7 @@ (define-public diffoscope
(file-name (git-file-name name version))
(sha256
(base32
"11llnh2h2mx3xygj4482ld1rnjnhszk4828pmcbi75kanxfrqzq6"))))
"1lsxwyqaaxmin8h06l0352f0kh0l9brbqfn0zv8hmb64bp5r20nr"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases