gnu: diff-so-fancy: Update to 1.4.2.

* gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Tanguy Le Carrour 2021-11-14 11:19:02 +01:00 committed by Nicolas Goaziou
parent 76c3e68594
commit 2b9b9740fd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -3036,7 +3036,7 @@ for historians.")
(define-public diff-so-fancy
(package
(name "diff-so-fancy")
(version "1.3.0")
(version "1.4.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3045,7 +3045,7 @@ for historians.")
(file-name (git-file-name name version))
(sha256
(base32
"0aavxahzha2mms4vdwysk79pa6wzswpfwgsq2hwaxnaf66maahfl"))))
"0q0byg2bpibl3lbn4zibwcfxzlx2x5krajxmpwgizf32qjp5lh6n"))))
(inputs
`(("perl" ,perl)
("ncurses" ,ncurses)))