gnu: tig: Update to 2.5.3.

* gnu/packages/version-control.scm (tig): Update to 2.5.3.

Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: donotshake <donotshake:matrix.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
LibreMiami 2021-03-11 23:49:11 -05:00 committed by Ludovic Courtès
parent 728c90862e
commit d45d779e2a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -36,6 +36,7 @@
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2021 Léo Le Bouter <lle-bout@zaclys.net>
;;; Copyright © 2021 LibreMiami <packaging-guix@libremiami.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -2196,7 +2197,7 @@ (define-public reposurgeon
(define-public tig
(package
(name "tig")
(version "2.5.1")
(version "2.5.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -2204,7 +2205,7 @@ (define-public tig
version "/tig-" version ".tar.gz"))
(sha256
(base32
"0r4y9hyvpkplaxrzslws3asz652d83qh3bjwvmp8assga8s5s3ah"))))
"1p1575yh4daxjifywxkd0hgyfwciylqcm2qakawvwn6mk620ca75"))))
(build-system gnu-build-system)
(native-inputs
`(("asciidoc" ,asciidoc)