me
/
guix
Archived
1
0
Fork 0

gnu: diffoscope: Update to 171.

* gnu/packages/diffoscope.scm (diffoscope): Update to 171.
master
Tobias Geerinckx-Rice 2021-03-27 20:04:55 +01:00
parent dfd20df252
commit a4a8693c8e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
(define-public diffoscope
(package
(name "diffoscope")
(version "170")
(version "171")
(source (origin
(method git-fetch)
(uri (git-reference
@ -81,7 +81,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0s1z4yc5d10ns4x28d2lm8py30r7sq4764q6b8yxcwxwfrjibmb0"))))
"1niz481s8i86ql56kfmnyzh0nwinhpzhprfkljwdprqi6hc63v0c"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases