gnu: colordiff: Update to 1.0.19.

* gnu/packages/patchutils.scm (colordiff): Update to 1.0.19.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-25 17:02:12 +02:00
parent a2cddd7350
commit 18a91ab897
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -163,7 +163,7 @@ refreshed, and more.")
(define-public colordiff (define-public colordiff
(package (package
(name "colordiff") (name "colordiff")
(version "1.0.18") (version "1.0.19")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -172,8 +172,7 @@ refreshed, and more.")
(string-append "http://www.colordiff.org/archive/colordiff-" (string-append "http://www.colordiff.org/archive/colordiff-"
version ".tar.gz"))) version ".tar.gz")))
(sha256 (sha256
(base32 (base32 "069vzzgs7b44bmfh3ks2psrdb26s1w19gp9w4xxbgi7nhx6w3s26"))))
"1q6n60n4b9fnzccxyxv04mxjsql4ddq17vl2c74ijvjdhpcfrkr9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests