diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2019-12-15 16:13:41 +0000 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-12-15 10:19:04 -0800 |
commit | 6a65185ee46babca0630db1d64eaa8c1447d1cd6 (patch) | |
tree | 16bd171bbc1b3a601b41ae14e95ddf2a842ace13 | |
parent | 514001e9cee0cc65a887de09cb7588987648322c (diff) |
gnu: diffoscope: Update to 133.
* gnu/packages/diffoscope (diffoscope): Update to 133.
-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 7fe7766a15..821dc8aff9 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -67,7 +67,7 @@ #:use-module (ice-9 match)) (define-public diffoscope - (let ((version "131")) + (let ((version "133")) (package (name "diffoscope") (version version) @@ -79,7 +79,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0jai3kycjlrc64f4vg8yklri6ds1451qy6r6sw2646bhjr0gs233")))) + "0mvg5iyd3zjxsm66vax3qb89214j3wxcklvbhfrr8jlbzaw9pznh")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |