guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-fish-mode: Update to 0.1.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-fish-mode: Update to 0.1.6.
Date: Wed, 17 Feb 2021 18:09:07 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f5177a0  gnu: emacs-fish-mode: Update to 0.1.6.
f5177a0 is described below

commit f5177a0642687edc3dd58030dc0edfacf14ce104
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 00:08:11 2021 +0100

    gnu: emacs-fish-mode: Update to 0.1.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-fish-mode): Update to 0.1.6.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0d7e5df..e346c4d 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]