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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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