diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-25 17:02:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-25 19:31:34 +0200 |
commit | 18a91ab89760bed207ae22a69ec8e4a559ae3666 (patch) | |
tree | 8d01055e6db436c053dabf87a3907ce041883874 /gnu | |
parent | a2cddd7350bf924fc7cee2008a07d786083999c5 (diff) | |
download | patches-18a91ab89760bed207ae22a69ec8e4a559ae3666.tar patches-18a91ab89760bed207ae22a69ec8e4a559ae3666.tar.gz |
gnu: colordiff: Update to 1.0.19.
* gnu/packages/patchutils.scm (colordiff): Update to 1.0.19.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/patchutils.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index 0c46a62bf7..0d58c21eee 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm @@ -163,7 +163,7 @@ refreshed, and more.") (define-public colordiff (package (name "colordiff") - (version "1.0.18") + (version "1.0.19") (source (origin (method url-fetch) @@ -172,8 +172,7 @@ refreshed, and more.") (string-append "http://www.colordiff.org/archive/colordiff-" version ".tar.gz"))) (sha256 - (base32 - "1q6n60n4b9fnzccxyxv04mxjsql4ddq17vl2c74ijvjdhpcfrkr9")))) + (base32 "069vzzgs7b44bmfh3ks2psrdb26s1w19gp9w4xxbgi7nhx6w3s26")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |