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:
parent
76c3e68594
commit
2b9b9740fd
1 changed files with 2 additions and 2 deletions
|
@ -3036,7 +3036,7 @@ for historians.")
|
||||||
(define-public diff-so-fancy
|
(define-public diff-so-fancy
|
||||||
(package
|
(package
|
||||||
(name "diff-so-fancy")
|
(name "diff-so-fancy")
|
||||||
(version "1.3.0")
|
(version "1.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3045,7 +3045,7 @@ for historians.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0aavxahzha2mms4vdwysk79pa6wzswpfwgsq2hwaxnaf66maahfl"))))
|
"0q0byg2bpibl3lbn4zibwcfxzlx2x5krajxmpwgizf32qjp5lh6n"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("ncurses" ,ncurses)))
|
("ncurses" ,ncurses)))
|
||||||
|
|
Reference in a new issue