gnu: fish: Update to 2.2.0.

* gnu/packages/fish.scm (fish): Update to 2.2.0.
This commit is contained in:
Eric Bavier 2015-08-14 01:51:32 -05:00
parent 50aec63560
commit 1cdecaf5e6
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@
(define-public fish (define-public fish
(package (package
(name "fish") (name "fish")
(version "2.1.2") (version "2.2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://fishshell.com/files/" (uri (string-append "http://fishshell.com/files/"
version "/fish-" version ".tar.gz")) version "/fish-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1pgnz5lapm4qk48a13k9698jaswybzlbz2nyc621d852ldf0vhn6")) "0ympqz7llmf0hafxwglykplw6j5cz82yhlrw50lw4bnf2kykjqx7"))
(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