summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-05-21 00:40:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-05-21 00:51:43 +0200
commitf9ecb394edf2e3efb287667d4e951ff987473f3d (patch)
tree3395956a53db1fe82ebb054974bb79311f6c605d /gnu/packages
parentff15bdd829917c5d8570a13d5515c725ac811864 (diff)
gnu: ncdc: Update to 1.22.
* gnu/packages/dc.scm (ncdc): Update to 1.22.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/dc.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dc.scm b/gnu/packages/dc.scm
index 2ef118339f0..af7687916ef 100644
--- a/gnu/packages/dc.scm
+++ b/gnu/packages/dc.scm
@@ -33,14 +33,14 @@
33(define-public ncdc 33(define-public ncdc
34 (package 34 (package
35 (name "ncdc") 35 (name "ncdc")
36 (version "1.21") 36 (version "1.22")
37 (source 37 (source
38 (origin 38 (origin
39 (method url-fetch) 39 (method url-fetch)
40 (uri (string-append "http://dev.yorhel.nl/download/ncdc-" version 40 (uri (string-append "http://dev.yorhel.nl/download/ncdc-" version
41 ".tar.gz")) 41 ".tar.gz"))
42 (sha256 (base32 42 (sha256 (base32
43 "10hrk7pcvfl9cj6d0kr4qf3l068ikqhccbg7lf25pr2kln9lz412")))) 43 "0n9sn4rh4zhmzjknsvyp4bfh925abz93ln43gl8a1v63rs2yyhgx"))))
44 (build-system gnu-build-system) 44 (build-system gnu-build-system)
45 (inputs 45 (inputs
46 `(("bzip2" ,bzip2) 46 `(("bzip2" ,bzip2)