guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: tig: Update to 2.5.7.


From: guix-commits
Subject: 02/06: gnu: tig: Update to 2.5.7.
Date: Tue, 30 Aug 2022 15:12:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9583cbf29c7e5e4817a8e514071796213a6177c4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 30 21:46:46 2022 +0300

    gnu: tig: Update to 2.5.7.
    
    * gnu/packages/version-control.scm (tig): Update to 2.5.7.
---
 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 cd84dfd0cc..82df12b55a 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2460,7 +2460,7 @@ from Subversion to any supported Distributed Version 
Control System (DVCS).")
 (define-public tig
   (package
     (name "tig")
-    (version "2.5.6")
+    (version "2.5.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2468,7 +2468,7 @@ from Subversion to any supported Distributed Version 
Control System (DVCS).")
                     version "/tig-" version ".tar.gz"))
               (sha256
                (base32
-                "0pwn7mlfnd5ngcbagjs9vsr7jgmia8676p0i91vvfl4v6qrmzfsh"))
+                "0xna55y1r1jssdmrzpinv96p7w00w9hn39q5l3d8l299dg4bmiyv"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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