guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/21: gnu: ncdc: Update to 1.22.1.


From: guix-commits
Subject: 17/21: gnu: ncdc: Update to 1.22.1.
Date: Sat, 30 Nov 2019 18:54:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2ea5b74fadd3090cadbc170e9be8cf64b405a8fe
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 30 23:15:32 2019 +0100

    gnu: ncdc: Update to 1.22.1.
    
    * gnu/packages/dc.scm (ncdc): Update to 1.22.1.
---
 gnu/packages/dc.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dc.scm b/gnu/packages/dc.scm
index af76879..f22ac93 100644
--- a/gnu/packages/dc.scm
+++ b/gnu/packages/dc.scm
@@ -33,14 +33,14 @@
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]