gnu: ncdc: Update to 1.22.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 20 May 2019 22:40:23 +0000 (00:40 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 20 May 2019 22:51:43 +0000 (00:51 +0200)
* gnu/packages/dc.scm (ncdc): Update to 1.22.

gnu/packages/dc.scm

index 2ef1183..af76879 100644 (file)
 (define-public ncdc
   (package
     (name "ncdc")
-    (version "1.21")
+    (version "1.22")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://dev.yorhel.nl/download/ncdc-" version
                            ".tar.gz"))
        (sha256 (base32
-                "10hrk7pcvfl9cj6d0kr4qf3l068ikqhccbg7lf25pr2kln9lz412"))))
+                "0n9sn4rh4zhmzjknsvyp4bfh925abz93ln43gl8a1v63rs2yyhgx"))))
     (build-system gnu-build-system)
     (inputs
      `(("bzip2" ,bzip2)