[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
- branch master updated (73fb14c28a -> 18861877c8), guix-commits, 2022/08/30
- 03/06: gnu: git-annex: Update to 10.20220822., guix-commits, 2022/08/30
- 01/06: gnu: tree: Update to 2.0.3., guix-commits, 2022/08/30
- 02/06: gnu: tig: Update to 2.5.7.,
guix-commits <=
- 06/06: gnu: parallel: Update to 20220822., guix-commits, 2022/08/30
- 04/06: gnu: translate-shell: Update to 0.9.7., guix-commits, 2022/08/30
- 05/06: gnu: qutebrowser: Update to 2.5.2., guix-commits, 2022/08/30