guix-commits
[Top][All Lists]
Advanced

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

03/21: gnu: ncdc: Update to 1.21.


From: guix-commits
Subject: 03/21: gnu: ncdc: Update to 1.21.
Date: Mon, 15 Apr 2019 05:00:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4af05b63c0be4dd3a4b30f35640a19204c431bb5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 15 06:27:17 2019 +0200

    gnu: ncdc: Update to 1.21.
    
    * gnu/packages/dc.scm (ncdc): Update to 1.21.
---
 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 29d5e45..2ef1183 100644
--- a/gnu/packages/dc.scm
+++ b/gnu/packages/dc.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Sree Harsha Totakura <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -33,14 +33,14 @@
 (define-public ncdc
   (package
     (name "ncdc")
-    (version "1.20")
+    (version "1.21")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://dev.yorhel.nl/download/ncdc-"; version
                            ".tar.gz"))
        (sha256 (base32
-                "0ccn7dqbqpqsbglqyalz32c20rjvf1pw0zr88jyvd2b2vxbqi6ca"))))
+                "10hrk7pcvfl9cj6d0kr4qf3l068ikqhccbg7lf25pr2kln9lz412"))))
     (build-system gnu-build-system)
     (inputs
      `(("bzip2" ,bzip2)



reply via email to

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