mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: fish: Update to 2.4.0.
* gnu/packages/shells.scm (fish): Update to 2.4.0.
This commit is contained in:
parent
e25c904f2c
commit
1f781865fb
1 changed files with 2 additions and 2 deletions
|
@ -79,14 +79,14 @@ (define-public dash
|
||||||
(define-public fish
|
(define-public fish
|
||||||
(package
|
(package
|
||||||
(name "fish")
|
(name "fish")
|
||||||
(version "2.3.1")
|
(version "2.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://fishshell.com/files/"
|
(uri (string-append "https://fishshell.com/files/"
|
||||||
version "/fish-" version ".tar.gz"))
|
version "/fish-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r46p64lg6da3v6chsa4gisvl04kd3rpy60yih8r870kbp9wm2ij"))
|
"1iggr6ah0siyak073v2w4sx1man19q8jsxns8i09qhv06crb5fq6"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Don't try to install /etc/fish/config.fish.
|
;; Don't try to install /etc/fish/config.fish.
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in a new issue