1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 09:05:54 +02:00

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