mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: colordiff: Update to 1.0.19.
* gnu/packages/patchutils.scm (colordiff): Update to 1.0.19.
This commit is contained in:
parent
a2cddd7350
commit
18a91ab897
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue