gnu: emacs-fish-mode: Update to 0.1.6.

* gnu/packages/emacs-xyz.scm (emacs-fish-mode): Update to 0.1.6.
This commit is contained in:
Nicolas Goaziou 2021-02-18 00:08:11 +01:00
parent 6dbe4b12df
commit f5177a0642
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

@ -22297,7 +22297,7 @@ provides a minor mode that autoformats the buffer upon saving.")
(define-public emacs-fish-mode (define-public emacs-fish-mode
(package (package
(name "emacs-fish-mode") (name "emacs-fish-mode")
(version "0.1.4") (version "0.1.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -22307,7 +22307,7 @@ provides a minor mode that autoformats the buffer upon saving.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0a74ghmjjrxfdhk4mvq6lar4w6l6lc4iilabs99smqr2fn5rsslq")))) "1spxxkji9xa930sbwvzyjm8jrqk9ra0xqhivw7zd12a4c56nhna9"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/wwwjfy/emacs-fish") (home-page "https://github.com/wwwjfy/emacs-fish")
(synopsis "Major mode for Fish shell scripts") (synopsis "Major mode for Fish shell scripts")