me
/
guix
Archived
1
0
Fork 0

gnu: tig: Update to 2.5.0.

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

View File

@ -1752,7 +1752,7 @@ from Subversion to any supported Distributed Version Control System (DVCS).")
(define-public tig
(package
(name "tig")
(version "2.4.1")
(version "2.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1760,7 +1760,7 @@ from Subversion to any supported Distributed Version Control System (DVCS).")
version "/tig-" version ".tar.gz"))
(sha256
(base32
"1f2qhpzbl7f35lsjcnx8lxzskha24m4frczsw78284jp7qcamdmn"))))
"1x5famvvs93ih7sr11x7m33dksb1k7zs1s3c4zkyf0cjmxkpqlzz"))))
(build-system gnu-build-system)
(native-inputs
`(("asciidoc" ,asciidoc)