summaryrefslogtreecommitdiff
path: root/gnu/packages/diffoscope.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-27 20:04:55 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-27 20:52:18 +0100
commita4a8693c8e9916dc649b527d5e9728e728f0cc5e (patch)
tree90ed110141cfbe22cdc276ed0af09486d190a4df /gnu/packages/diffoscope.scm
parentdfd20df252f803a3215a7e9a5d799ac5ab8d4f87 (diff)
downloadguix-patches-a4a8693c8e9916dc649b527d5e9728e728f0cc5e.tar
guix-patches-a4a8693c8e9916dc649b527d5e9728e728f0cc5e.tar.gz
gnu: diffoscope: Update to 171.
* gnu/packages/diffoscope.scm (diffoscope): Update to 171.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r--gnu/packages/diffoscope.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 20ba92709a..0b2779d288 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -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