guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: ncdc: Update to 1.19.


From: Sree Harsha Totakura
Subject: [PATCH] gnu: ncdc: Update to 1.19.
Date: Tue, 18 Feb 2014 21:05:17 +0100

* gnu/packages/dc (ncdc): Update to 1.19.
---
 gnu/packages/dc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dc.scm b/gnu/packages/dc.scm
index 75ed5f4..a4ba6c9 100644
--- a/gnu/packages/dc.scm
+++ b/gnu/packages/dc.scm
@@ -33,14 +33,14 @@
 (define-public ncdc
   (package
     (name "ncdc")
-    (version "1.18.1")
+    (version "1.19")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://dev.yorhel.nl/download/ncdc-"; version
                           ".tar.gz"))
        (sha256 (base32
-               "11c6z9c3vv2vg01q02r53m28q3cx6x66j1l63f1mbk1crlqpf9fc"))))
+               "1wgvqwfxq9kc729h2r528n55821w87sfbm4h21mr6pvkpfw30hf2"))))
     (build-system gnu-build-system)
     (inputs
      `(("bzip2" ,bzip2)
-- 
1.8.5.3




reply via email to

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