guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: colordiff: Update to 1.0.19.


From: guix-commits
Subject: 02/04: gnu: colordiff: Update to 1.0.19.
Date: Mon, 25 May 2020 13:31:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 18a91ab89760bed207ae22a69ec8e4a559ae3666
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 25 17:02:12 2020 +0200

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

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 0c46a62..0d58c21 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -163,7 +163,7 @@ refreshed, and more.")
 (define-public colordiff
   (package
     (name "colordiff")
-    (version "1.0.18")
+    (version "1.0.19")
     (source
       (origin
         (method url-fetch)
@@ -172,8 +172,7 @@ refreshed, and more.")
                    (string-append "http://www.colordiff.org/archive/colordiff-";
                                   version ".tar.gz")))
       (sha256
-       (base32
-        "1q6n60n4b9fnzccxyxv04mxjsql4ddq17vl2c74ijvjdhpcfrkr9"))))
+       (base32 "069vzzgs7b44bmfh3ks2psrdb26s1w19gp9w4xxbgi7nhx6w3s26"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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