summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0d7e5df5cb..e346c4d6be 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")