diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-05 19:06:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-05 19:33:10 +0200 |
commit | ba6d3612550f5d978c4b5b1df122444f8fb29377 (patch) | |
tree | caf626cec4b3d6631318f691069f74fb5d0d4342 | |
parent | a0e5111eb14faf92d1241614486aa5bee1e8e41e (diff) | |
download | guix-ba6d3612550f5d978c4b5b1df122444f8fb29377.tar.gz |
gnu: diffoscope: Update to 146.
* gnu/packages/diffoscope.scm (diffoscope): Update to 146.
-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 99922ab5a4..f6f402b315 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -72,7 +72,7 @@ (define-public diffoscope (package (name "diffoscope") - (version "145") + (version "146") (source (origin (method git-fetch) (uri (git-reference @@ -81,7 +81,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "01n7q3q0hib4bd8gcq0yjghy5zhp0fh0bq1jxrn2ww8zyd4knmc3")))) + "07kd3vshf4wlm0mv3mp6ljbxjq80mcg52w5ks6si1gnpzfbfz07p")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |