[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48854] [PATCH] gnu: tig: Update to 2.5.4.
From: |
Solene Rapenne |
Subject: |
[bug#48854] [PATCH] gnu: tig: Update to 2.5.4. |
Date: |
Sun, 6 Jun 2021 00:00:23 +0200 |
I hope I have the commit message right this time.
* gnu/packages/version-control.scm (tig): Update to 2.5.4.
---
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 cd262402c1..4156c97cea 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)
--
2.31.1
- [bug#48854] [PATCH] gnu: tig: Update to 2.5.4.,
Solene Rapenne <=