guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: ncdc: Update to 1.20.


From: Tobias Geerinckx-Rice
Subject: 02/05: gnu: ncdc: Update to 1.20.
Date: Thu, 25 Jan 2018 20:20:49 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1b4b6683657abd70ba7810a40038432ec3779364
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 26 01:03:17 2018 +0100

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

diff --git a/gnu/packages/dc.scm b/gnu/packages/dc.scm
index de4cda1..6c6687a 100644
--- a/gnu/packages/dc.scm
+++ b/gnu/packages/dc.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Sree Harsha Totakura <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -32,14 +33,14 @@
 (define-public ncdc
   (package
     (name "ncdc")
-    (version "1.19")
+    (version "1.20")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://dev.yorhel.nl/download/ncdc-"; version
                            ".tar.gz"))
        (sha256 (base32
-                "1wgvqwfxq9kc729h2r528n55821w87sfbm4h21mr6pvkpfw30hf2"))))
+                "0ccn7dqbqpqsbglqyalz32c20rjvf1pw0zr88jyvd2b2vxbqi6ca"))))
     (build-system gnu-build-system)
     (inputs
      `(("bzip2" ,bzip2)



reply via email to

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