diff options
author | ng0 <[email protected]> | 2017-06-16 09:51:52 +0000 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2017-06-16 12:18:27 +0200 |
commit | 0f4c37b9cf69c9149539202d736429fae8c29f1c (patch) | |
tree | 51fe5b22149e1a4f69de2fb5e70e9a75fdec944c | |
parent | 556f173904675a18cfd0dcbc9ed21c1c499e33bb (diff) |
gnu: fish: Update to 2.6.0.
* gnu/packages/shells.scm (fish): Update to 2.6.0.
Signed-off-by: Danny Milosavljevic <[email protected]>
-rw-r--r-- | gnu/packages/shells.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 41d1758250..6b9125e77f 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2016 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2016 Stefan Reichör <[email protected]> ;;; Copyright © 2017 Ricardo Wurmus <[email protected]> -;;; Copyright © 2017 ng0 <[email protected]> +;;; Copyright © 2017 ng0 <[email protected]> ;;; Copyright © 2017 Leo Famulari <[email protected]> ;;; ;;; This file is part of GNU Guix. @@ -99,14 +99,14 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") (define-public fish (package (name "fish") - (version "2.5.0") + (version "2.6.0") (source (origin (method url-fetch) (uri (string-append "https://fishshell.com/files/" version "/fish-" version ".tar.gz")) (sha256 (base32 - "19djav128nkhjxgfhwhc32i5y9d9c3karbh5yg67kqrdranyvh7q")) + "1yzx73kg5ng5ivhi68756sl5hpb8869110l9fwim6gn7f7bbprby")) (modules '((guix build utils))) ;; Don't try to install /etc/fish/config.fish. (snippet |