me
/
guix
Archived
1
0
Fork 0

gnu: tig: Update to 2.5.6.

* gnu/packages/version-control.scm (tig): Update to 2.5.6.
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
1 changed files with 2 additions and 2 deletions

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))