me
/
guix
Archived
1
0
Fork 0

gnu: tig: Update to 2.2.

* gnu/packages/version-control.scm (tig): Update to 2.2.
master
Efraim Flashner 2016-09-10 22:27:09 +03:00
parent 3b38d78e9f
commit 50feff817b
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -1049,7 +1049,7 @@ from Subversion to any supported Distributed Version Control System (DVCS).")
(define-public tig
(package
(name "tig")
(version "2.1.1")
(version "2.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -1057,7 +1057,7 @@ from Subversion to any supported Distributed Version Control System (DVCS).")
version ".tar.gz"))
(sha256
(base32
"0bw5wivswwh7vx897q8xc2cqgkqhdzk8gh6fnav2kf34sngigiah"))))
"0k3m894vfkgkj7xbr0j6ph91351dl6id5f0hk2ksjp5lmg9i6llg"))))
(build-system gnu-build-system)
(inputs
`(("ncurses" ,ncurses)))