diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-27 20:04:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-27 20:52:18 +0100 |
commit | a4a8693c8e9916dc649b527d5e9728e728f0cc5e (patch) | |
tree | 90ed110141cfbe22cdc276ed0af09486d190a4df | |
parent | dfd20df252f803a3215a7e9a5d799ac5ab8d4f87 (diff) |
gnu: diffoscope: Update to 171.
* gnu/packages/diffoscope.scm (diffoscope): Update to 171.
-rw-r--r-- | gnu/packages/diffoscope.scm | 4 |
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 |