guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: tig: Update to 2.5.4.


From: guix-commits
Subject: branch master updated: gnu: tig: Update to 2.5.4.
Date: Sun, 06 Jun 2021 06:12:22 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ed057e3  gnu: tig: Update to 2.5.4.
ed057e3 is described below

commit ed057e33a559b4d3f89c88c6b6d60cd811579069
Author: Solene Rapenne <solene@perso.pw>
AuthorDate: Sun Jun 6 00:00:23 2021 +0200

    gnu: tig: Update to 2.5.4.
    
    * gnu/packages/version-control.scm (tig): Update to 2.5.4.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 cd26240..4156c97 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2280,7 +2280,7 @@ from Subversion to any supported Distributed Version 
Control System (DVCS).")
 (define-public tig
   (package
     (name "tig")
-    (version "2.5.3")
+    (version "2.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2288,7 +2288,7 @@ from Subversion to any supported Distributed Version 
Control System (DVCS).")
                     version "/tig-" version ".tar.gz"))
               (sha256
                (base32
-                "1p1575yh4daxjifywxkd0hgyfwciylqcm2qakawvwn6mk620ca75"))))
+                "19va4jn46s0vjv9f337g3ad6hy1f285ynl27i9gkd9l70b9q90n4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)



reply via email to

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