Skip to content
Snippets Groups Projects
Commit 1cdecaf5 authored by Eric Bavier's avatar Eric Bavier
Browse files

gnu: fish: Update to 2.2.0.

* gnu/packages/fish.scm (fish): Update to 2.2.0.
parent 50aec635
No related branches found
No related tags found
No related merge requests found
......@@ -28,14 +28,14 @@ (define-module (gnu packages fish)
(define-public fish
(package
(name "fish")
(version "2.1.2")
(version "2.2.0")
(source (origin
(method url-fetch)
(uri (string-append "http://fishshell.com/files/"
version "/fish-" version ".tar.gz"))
(sha256
(base32
"1pgnz5lapm4qk48a13k9698jaswybzlbz2nyc621d852ldf0vhn6"))
"0ympqz7llmf0hafxwglykplw6j5cz82yhlrw50lw4bnf2kykjqx7"))
(modules '((guix build utils)))
;; Don't try to install /etc/fish/config.fish.
(snippet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment