gnu: diffoscope: Update to 174.

* gnu/packages/diffoscope.scm (diffoscope): Update to 174.
This commit is contained in:
Vagrant Cascadian 2021-05-07 14:23:12 -07:00 committed by Vagrant Cascadian
parent d934edbca1
commit d79829975a
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -72,7 +72,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
(version "173")
(version "174")
(source (origin
(method git-fetch)
(uri (git-reference
@ -81,7 +81,7 @@ (define-public diffoscope
(file-name (git-file-name name version))
(sha256
(base32
"0x8zj7xv5h42g83c0bsqr1czrk80q6z26i52l1b83kcc10xds4dm"))))
"16nvcvvps2gxr0b9wbfilrn4397cqkcm716zvhlx5hsbq6w6cx08"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases