gnu: colordiff: Update to 1.0.21.
* gnu/packages/patchutils.scm (colordiff): Update to 1.0.21. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
1564ae60de
commit
efbfda0dac
1 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ (define-public quilt
|
||||||
(define-public colordiff
|
(define-public colordiff
|
||||||
(package
|
(package
|
||||||
(name "colordiff")
|
(name "colordiff")
|
||||||
(version "1.0.20")
|
(version "1.0.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -177,7 +177,7 @@ (define-public colordiff
|
||||||
(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 "1kbv3lsyzzrwca4v3ajpnv8q5j0h53r94lxiqgmikxmrxrxh3cp3"))))
|
(base32 "05g64z4ls1i70rpzznjxy2cpjgywisnwj9ssx9nq1w7hgqjz8c4v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in a new issue