mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: tig: Update to 2.5.4.
* gnu/packages/version-control.scm (tig): Update to 2.5.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
db8ea15ba0
commit
ed057e33a5
1 changed files with 2 additions and 2 deletions
|
@ -2280,7 +2280,7 @@ (define-public reposurgeon
|
||||||
(define-public tig
|
(define-public tig
|
||||||
(package
|
(package
|
||||||
(name "tig")
|
(name "tig")
|
||||||
(version "2.5.3")
|
(version "2.5.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2288,7 +2288,7 @@ (define-public tig
|
||||||
version "/tig-" version ".tar.gz"))
|
version "/tig-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p1575yh4daxjifywxkd0hgyfwciylqcm2qakawvwn6mk620ca75"))))
|
"19va4jn46s0vjv9f337g3ad6hy1f285ynl27i9gkd9l70b9q90n4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("asciidoc" ,asciidoc)
|
`(("asciidoc" ,asciidoc)
|
||||||
|
|
Loading…
Reference in a new issue