guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: emacs-yaml-mode: Update to 0.0.16.


From: guix-commits
Subject: 06/07: gnu: emacs-yaml-mode: Update to 0.0.16.
Date: Wed, 4 Oct 2023 05:00:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d3021c45386c58eafc314c2562ea1d60f948dc53
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Oct 4 10:54:38 2023 +0200

    gnu: emacs-yaml-mode: Update to 0.0.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.16.
---
 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 bd3214fefc..a21511cb2d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14720,7 +14720,7 @@ parsing utility.")
 (define-public emacs-yaml-mode
   (package
     (name "emacs-yaml-mode")
-    (version "0.0.15")
+    (version "0.0.16")
     (source
      (origin
        (method git-fetch)
@@ -14729,7 +14729,7 @@ parsing utility.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gsa153yp8lmwrvcc3nzpw5lj037y7q2nm23k5k404r5as4k355l"))))
+        (base32 "0jqg2hmh7qsgqywwd6fy3k8z8j45nqhpdzr3hw4hd5s2hry3zhg1"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/yoshiki/yaml-mode";)
     (synopsis "Major mode for editing YAML files")



reply via email to

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