guix-devel
[Top][All Lists]
Advanced

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

[PATCH 2/2] gnu: colordiff: Update to 1.0.16.


From: Leo Famulari
Subject: [PATCH 2/2] gnu: colordiff: Update to 1.0.16.
Date: Thu, 24 Dec 2015 01:14:46 -0500

* gnu/packages/patchutils.scm (colordiff): Update to 1.0.16.
---
 gnu/packages/patchutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 89cc667..6ade1e0 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -150,7 +150,7 @@ refreshed, and more.")
 (define-public colordiff
   (package
     (name "colordiff")
-    (version "1.0.13")
+    (version "1.0.16")
     (source
       (origin
         (method url-fetch)
@@ -160,7 +160,7 @@ refreshed, and more.")
                                   version ".tar.gz")))
       (sha256
        (base32
-        "0akcz1p3klsjnhwcqdfq4grs6paljc5c0jzr3mqla5f862hhaa6f"))))
+        "12qkkw13261dra8pg7mzx4r8p9pb0ajb090bib9j1s6hgphwzwga"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
-- 
2.6.2




reply via email to

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