1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 00:00:32 +02:00

gnu: tig: Update to 2.5.6.

* gnu/packages/version-control.scm (tig): Update to 2.5.6.
This commit is contained in:
Efraim Flashner
2022-07-18 12:43:46 +03:00
parent 584aeadb69
commit cde4f3fdcb

View File

@@ -2439,7 +2439,7 @@ from Subversion to any supported Distributed Version Control System (DVCS).")
(define-public tig
(package
(name "tig")
(version "2.5.5")
(version "2.5.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2447,7 +2447,7 @@ from Subversion to any supported Distributed Version Control System (DVCS).")
version "/tig-" version ".tar.gz"))
(sha256
(base32
"04skfsw5wkf6p47lis7x4xyfbpjik3id1km75q0fd2g8xa5jrfi4"))))
"0pwn7mlfnd5ngcbagjs9vsr7jgmia8676p0i91vvfl4v6qrmzfsh"))))
(build-system gnu-build-system)
(native-inputs
(list asciidoc xmlto))