gnu: diffoscope: Update to 175.

* gnu/packages/diffoscope.scm (diffoscope): Update to 175.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-23 11:28:09 +02:00
parent ada6f396e4
commit 5c49c38d9a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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