guix-commits
[Top][All Lists]
Advanced

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

09/18: gnu: colordiff: Update to 1.0.21.


From: guix-commits
Subject: 09/18: gnu: colordiff: Update to 1.0.21.
Date: Mon, 27 Mar 2023 11:45:42 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit efbfda0dac514f73585d85268b3c2248b34668e3
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Mar 22 14:11:27 2023 +0000

    gnu: colordiff: Update to 1.0.21.
    
    * gnu/packages/patchutils.scm (colordiff): Update to 1.0.21.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 05a9a62dbf..0d88a2d943 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -168,7 +168,7 @@ refreshed, and more.")
 (define-public colordiff
   (package
     (name "colordiff")
-    (version "1.0.20")
+    (version "1.0.21")
     (source
       (origin
         (method url-fetch)
@@ -177,7 +177,7 @@ refreshed, and more.")
                    (string-append "http://www.colordiff.org/archive/colordiff-";
                                   version ".tar.gz")))
       (sha256
-       (base32 "1kbv3lsyzzrwca4v3ajpnv8q5j0h53r94lxiqgmikxmrxrxh3cp3"))))
+       (base32 "05g64z4ls1i70rpzznjxy2cpjgywisnwj9ssx9nq1w7hgqjz8c4v"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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