diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2017-12-22 19:48:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2017-12-22 19:48:44 +0100 |
commit | 58087bdddcbe6abe4240dce8e6fc660e83abb4c7 (patch) | |
tree | 5ec7b5101ede9dcf4dfd3983806042dfcffee621 | |
parent | 9e3a8ed0ebc5b4095f1b64d85fd56ce7fb636580 (diff) |
gnu: fish: Update to 2.7.1.
* gnu/packages/shells.scm (fish): Update to 2.7.1.
-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 343f50d6d7..cd7d6e1542 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2014, 2015 David Thompson <[email protected]> ;;; Copyright © 2014 Kevin Lemonnier <[email protected]> ;;; Copyright © 2015 Jeff Mickey <[email protected]> -;;; Copyright © 2016 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2016 Stefan Reichör <[email protected]> ;;; Copyright © 2017 Ricardo Wurmus <[email protected]> ;;; Copyright © 2017 ng0 <[email protected]> @@ -88,7 +88,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") (define-public fish (package (name "fish") - (version "2.7.0") + (version "2.7.1") (source (origin (method url-fetch) (uri @@ -100,7 +100,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") name "-" version ".tar.gz"))) (sha256 (base32 - "1jvvm27hp46w0cia14lfz6161dkz8b935j1m7j38i7rgx75bfxis")) + "0nhc3yc5lnnan7zmxqqxm07rdpwjww5ijy45ll2njdc6fnfb2az4")) (modules '((guix build utils))) ;; Don't try to install /etc/fish/config.fish. (snippet |