mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ncdc: Update to 1.22.
* gnu/packages/dc.scm (ncdc): Update to 1.22.
This commit is contained in:
parent
ff15bdd829
commit
f9ecb394ed
1 changed files with 2 additions and 2 deletions
|
@ -33,14 +33,14 @@ (define-module (gnu packages dc)
|
||||||
(define-public ncdc
|
(define-public ncdc
|
||||||
(package
|
(package
|
||||||
(name "ncdc")
|
(name "ncdc")
|
||||||
(version "1.21")
|
(version "1.22")
|
||||||
(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 (base32
|
||||||
"10hrk7pcvfl9cj6d0kr4qf3l068ikqhccbg7lf25pr2kln9lz412"))))
|
"0n9sn4rh4zhmzjknsvyp4bfh925abz93ln43gl8a1v63rs2yyhgx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bzip2" ,bzip2)
|
`(("bzip2" ,bzip2)
|
||||||
|
|
Loading…
Reference in a new issue