gnu: ncdc: Update to 1.22.1.
* gnu/packages/dc.scm (ncdc): Update to 1.22.1.
This commit is contained in:
parent
fe147c9750
commit
2ea5b74fad
1 changed files with 3 additions and 3 deletions
|
@ -33,14 +33,14 @@
|
||||||
(define-public ncdc
|
(define-public ncdc
|
||||||
(package
|
(package
|
||||||
(name "ncdc")
|
(name "ncdc")
|
||||||
(version "1.22")
|
(version "1.22.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://dev.yorhel.nl/download/ncdc-" version
|
(uri (string-append "http://dev.yorhel.nl/download/ncdc-" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256
|
||||||
"0n9sn4rh4zhmzjknsvyp4bfh925abz93ln43gl8a1v63rs2yyhgx"))))
|
(base32 "1bdgqd07f026qk6vpbxqsin536znd33931m3b4z44prlm9wd6pyi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bzip2" ,bzip2)
|
`(("bzip2" ,bzip2)
|
||||||
|
|
Reference in a new issue