diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2020-05-25 15:39:10 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-05-25 17:27:06 -0700 |
commit | 0321c6ebeae35709cde65b2dccd0a3a6a5d6aeee (patch) | |
tree | 9724c35b348369110a6f21ba83c38310b77b784c | |
parent | d79c917f2dd7550c6737fede49c77679f0a83770 (diff) | |
download | patches-0321c6ebeae35709cde65b2dccd0a3a6a5d6aeee.tar patches-0321c6ebeae35709cde65b2dccd0a3a6a5d6aeee.tar.gz |
gnu: diffoscope: Update to 145.
* gnu/packages/diffoscope (diffoscope): Update to 145.
-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 1df8552a30..0c780932eb 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -70,7 +70,7 @@ #:use-module (ice-9 match)) (define-public diffoscope - (let ((version "143")) + (let ((version "145")) (package (name "diffoscope") (version version) @@ -82,7 +82,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0j58dqdk8ln8y0bcnfy37ljs37nkl56lzxqns396300ysln0qiwm")))) + "01n7q3q0hib4bd8gcq0yjghy5zhp0fh0bq1jxrn2ww8zyd4knmc3")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |