guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: diff-so-fancy: Update to 1.4.2.


From: guix-commits
Subject: branch master updated: gnu: diff-so-fancy: Update to 1.4.2.
Date: Mon, 15 Nov 2021 05:08:02 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2b9b974  gnu: diff-so-fancy: Update to 1.4.2.
2b9b974 is described below

commit 2b9b9740fd210b327bb080202f2196ed9d2429a5
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Sun Nov 14 11:19:02 2021 +0100

    gnu: diff-so-fancy: Update to 1.4.2.
    
    * gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c57deff..00a8be4 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3036,7 +3036,7 @@ for historians.")
 (define-public diff-so-fancy
   (package
     (name "diff-so-fancy")
-    (version "1.3.0")
+    (version "1.4.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3045,7 +3045,7 @@ for historians.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0aavxahzha2mms4vdwysk79pa6wzswpfwgsq2hwaxnaf66maahfl"))))
+                "0q0byg2bpibl3lbn4zibwcfxzlx2x5krajxmpwgizf32qjp5lh6n"))))
     (inputs
      `(("perl" ,perl)
        ("ncurses" ,ncurses)))



reply via email to

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