guix-commits
[Top][All Lists]
Advanced

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

52/53: gnu: emacs-yaml: Update to 0.5.5.


From: guix-commits
Subject: 52/53: gnu: emacs-yaml: Update to 0.5.5.
Date: Mon, 1 Jan 2024 20:26:10 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit db1d91ae6ffa40a807d14b857f6f418e0b7139a2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:38:23 2024 +0100

    gnu: emacs-yaml: Update to 0.5.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.5.
    
    Change-Id: Id20c84596a74cd44055fc70892c4b843555c5ca7
---
 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 abfba3f092..f9cc2db1f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14979,7 +14979,7 @@ that uses the standard completion function 
completing-read.")
 (define-public emacs-yaml
   (package
     (name "emacs-yaml")
-    (version "0.5.4")
+    (version "0.5.5")
     (source
      (origin
        (method git-fetch)
@@ -14988,7 +14988,7 @@ that uses the standard completion function 
completing-read.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10sdcihgd8yvdf7yab5fsvq65amp25msjh7mbrxgk3w4zc96fxzi"))))
+        (base32 "0qq9jr1ihk1b5wfvppyvb8c2pq2gma9wysggd22iln4nqz2mjc81"))))
     (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]