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>master
parent
db8ea15ba0
commit
ed057e33a5
|
@ -2280,7 +2280,7 @@ from Subversion to any supported Distributed Version Control System (DVCS).")
|
|||
(define-public tig
|
||||
(package
|
||||
(name "tig")
|
||||
(version "2.5.3")
|
||||
(version "2.5.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2288,7 +2288,7 @@ from Subversion to any supported Distributed Version Control System (DVCS).")
|
|||
version "/tig-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p1575yh4daxjifywxkd0hgyfwciylqcm2qakawvwn6mk620ca75"))))
|
||||
"19va4jn46s0vjv9f337g3ad6hy1f285ynl27i9gkd9l70b9q90n4"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("asciidoc" ,asciidoc)
|
||||
|
|
Reference in New Issue