all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: ncdc: Update to 1.19.
@ 2014-02-18 20:05 Sree Harsha Totakura
  2014-02-18 21:31 ` Andreas Enge
  0 siblings, 1 reply; 2+ messages in thread
From: Sree Harsha Totakura @ 2014-02-18 20:05 UTC (permalink / raw)
  To: guix-devel

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: ncdc: Update to 1.19.
  2014-02-18 20:05 [PATCH] gnu: ncdc: Update to 1.19 Sree Harsha Totakura
@ 2014-02-18 21:31 ` Andreas Enge
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2014-02-18 21:31 UTC (permalink / raw)
  To: Sree Harsha Totakura; +Cc: guix-devel

On Tue, Feb 18, 2014 at 09:05:17PM +0100, Sree Harsha Totakura wrote:
> * gnu/packages/dc (ncdc): Update to 1.19.

Applied, thanks! (After replacing leading tabs with spaces.)

Andreas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-18 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 20:05 [PATCH] gnu: ncdc: Update to 1.19 Sree Harsha Totakura
2014-02-18 21:31 ` Andreas Enge

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.