guix-commits
[Top][All Lists]
Advanced

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

39/42: gnu: emacs-yaml: Update to 0.5.4.


From: guix-commits
Subject: 39/42: gnu: emacs-yaml: Update to 0.5.4.
Date: Tue, 3 Oct 2023 16:54:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b5ac2e1350e65c8fdf3ded5bfa3286f3728146c4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 21:40:44 2023 +0200

    gnu: emacs-yaml: Update to 0.5.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.4.
---
 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 e9734d1b98..ca4185a44e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14698,7 +14698,7 @@ that uses the standard completion function 
completing-read.")
 (define-public emacs-yaml
   (package
     (name "emacs-yaml")
-    (version "0.5.2")
+    (version "0.5.4")
     (source
      (origin
        (method git-fetch)
@@ -14707,7 +14707,7 @@ that uses the standard completion function 
completing-read.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "05ps0lsapi0xymkyvqwnxhgkp6qzbfz1xpgq6s9d6g0ycc2fbmcm"))))
+        (base32 "10sdcihgd8yvdf7yab5fsvq65amp25msjh7mbrxgk3w4zc96fxzi"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/zkry/yaml.el";)
     (synopsis "YAML parser in Elisp")



reply via email to

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