gnu: ncdc: Update to 1.22.1.

* gnu/packages/dc.scm (ncdc): Update to 1.22.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-30 23:15:32 +01:00
parent fe147c9750
commit 2ea5b74fad
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -33,14 +33,14 @@ (define-module (gnu packages dc)
(define-public ncdc
(package
(name "ncdc")
(version "1.22")
(version "1.22.1")
(source
(origin
(method url-fetch)
(uri (string-append "http://dev.yorhel.nl/download/ncdc-" version
".tar.gz"))
(sha256 (base32
"0n9sn4rh4zhmzjknsvyp4bfh925abz93ln43gl8a1v63rs2yyhgx"))))
(sha256
(base32 "1bdgqd07f026qk6vpbxqsin536znd33931m3b4z44prlm9wd6pyi"))))
(build-system gnu-build-system)
(inputs
`(("bzip2" ,bzip2)