me
/
guix
Archived
1
0
Fork 0

gnu: diffoscope: Update to 172.

* gnu/packages/diffoscope.scm (diffoscope): Update to 172.
master
Tobias Geerinckx-Rice 2021-04-03 01:10:59 +02:00
parent a6c6079bab
commit 29d2c9064c
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 "171")
(version "172")
(source (origin
(method git-fetch)
(uri (git-reference
@ -81,7 +81,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"1niz481s8i86ql56kfmnyzh0nwinhpzhprfkljwdprqi6hc63v0c"))))
"1lglxn9h8s7kvmfd2rsyhrcv3y8a4bppbxr9nf2sgnlbdln1vwqq"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases