Archived
1
0
Fork 0

gnu: tig: Update to 2.5.0.

* gnu/packages/version-control.scm (tig): Update to 2.5.0.
This commit is contained in:
Efraim Flashner 2019-12-20 10:35:23 +02:00
parent 5d64c1b418
commit 446b4d4ffc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1752,7 +1752,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.4.1") (version "2.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1760,7 +1760,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
"1f2qhpzbl7f35lsjcnx8lxzskha24m4frczsw78284jp7qcamdmn")))) "1x5famvvs93ih7sr11x7m33dksb1k7zs1s3c4zkyf0cjmxkpqlzz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("asciidoc" ,asciidoc) `(("asciidoc" ,asciidoc)