diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-11-15 01:17:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-11-15 01:17:01 +0100 |
commit | 1f781865fb609f529752ff4d285c24c98a77912e (patch) | |
tree | c3f53ca7dc0fdc6838c635fc5c03ad94cc73de25 | |
parent | e25c904f2c7995f0e241f9ec0b6ea1a26f1df127 (diff) | |
download | patches-1f781865fb609f529752ff4d285c24c98a77912e.tar patches-1f781865fb609f529752ff4d285c24c98a77912e.tar.gz |
gnu: fish: Update to 2.4.0.
* gnu/packages/shells.scm (fish): Update to 2.4.0.
-rw-r--r-- | gnu/packages/shells.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 78ff1730c9..9b9bd6c3a5 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -79,14 +79,14 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") (define-public fish (package (name "fish") - (version "2.3.1") + (version "2.4.0") (source (origin (method url-fetch) (uri (string-append "https://fishshell.com/files/" version "/fish-" version ".tar.gz")) (sha256 (base32 - "0r46p64lg6da3v6chsa4gisvl04kd3rpy60yih8r870kbp9wm2ij")) + "1iggr6ah0siyak073v2w4sx1man19q8jsxns8i09qhv06crb5fq6")) (modules '((guix build utils))) ;; Don't try to install /etc/fish/config.fish. (snippet |