gnu: fish: Update to 3.0.2.

* gnu/packages/shells.scm (fish): Update to 3.0.2.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
master
Meiyo Peng 2019-03-14 11:36:56 +08:00 committed by Ricardo Wurmus
parent 100f56024e
commit bb2f114de9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
(define-public fish
(package
(name "fish")
(version "3.0.0")
(version "3.0.2")
(source
(origin
(method url-fetch)
@ -99,7 +99,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
"releases/download/" version "/"
name "-" version ".tar.gz"))
(sha256
(base32 "1kzjd0n0sfslkd36lzrvvvgy3qwkd9y466bkrqlnhd5h9dhx77ga"))))
(base32 "03j3jl9jzlnhq4p86zj8wqsh5sx45j1d1fvfa80ks1cfdg68qwhl"))))
(build-system gnu-build-system)
(inputs
`(("fish-foreign-env" ,fish-foreign-env)