lfam pushed a commit to branch master
in repository guix.

commit 3759bfad329df4e9e0dd97ce93807990f39059f3
Author: Leo Famulari <[email protected]>
Date:   Thu Dec 24 01:05:58 2015 -0500

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

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index ff31891..31a735f 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)
@@ -158,7 +158,7 @@ refreshed, and more.")
                                   version ".tar.gz")))
       (sha256
        (base32
-        "0akcz1p3klsjnhwcqdfq4grs6paljc5c0jzr3mqla5f862hhaa6f"))))
+        "12qkkw13261dra8pg7mzx4r8p9pb0ajb090bib9j1s6hgphwzwga"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f

Reply via email to