mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: tig: Update to 2.5.6.
* gnu/packages/version-control.scm (tig): Update to 2.5.6.
This commit is contained in:
parent
584aeadb69
commit
cde4f3fdcb
1 changed files with 2 additions and 2 deletions
|
@ -2439,7 +2439,7 @@ (define-public reposurgeon
|
|||
(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 @@ (define-public tig
|
|||
version "/tig-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04skfsw5wkf6p47lis7x4xyfbpjik3id1km75q0fd2g8xa5jrfi4"))))
|
||||
"0pwn7mlfnd5ngcbagjs9vsr7jgmia8676p0i91vvfl4v6qrmzfsh"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list asciidoc xmlto))
|
||||
|
|
Loading…
Reference in a new issue