guix-commits
[Top][All Lists]
Advanced

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

18/24: gnu: emacs-yaml: Update to 0.5.2.


From: guix-commits
Subject: 18/24: gnu: emacs-yaml: Update to 0.5.2.
Date: Wed, 15 Mar 2023 19:18:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c4c67bc888f4b2b7be14110ca1c3504c015a8b39
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 15 23:46:14 2023 +0100

    gnu: emacs-yaml: Update to 0.5.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.2.
---
 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 70f950c62d..8e518cf3ed 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13658,7 +13658,7 @@ that uses the standard completion function 
completing-read.")
 (define-public emacs-yaml
   (package
     (name "emacs-yaml")
-    (version "0.5.1")
+    (version "0.5.2")
     (source
      (origin
        (method git-fetch)
@@ -13667,7 +13667,7 @@ that uses the standard completion function 
completing-read.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0n0cf5y862ajyf2q0pnvbkhg57ggsri33x8y4q99s0a17ksk4qrm"))))
+        (base32 "05ps0lsapi0xymkyvqwnxhgkp6qzbfz1xpgq6s9d6g0ycc2fbmcm"))))
     (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]