guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: emacs-yaml: Update to 0.5.0.


From: guix-commits
Subject: 01/07: gnu: emacs-yaml: Update to 0.5.0.
Date: Tue, 12 Jul 2022 06:10:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e51f886e19123a0fc6a4395b5a342a730eb9b196
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 12 11:55:39 2022 +0200

    gnu: emacs-yaml: Update to 0.5.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.0.
---
 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 70f2ffafe3..9984b8ff32 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11627,7 +11627,7 @@ that uses the standard completion function 
completing-read.")
 (define-public emacs-yaml
   (package
     (name "emacs-yaml")
-    (version "0.3.4")
+    (version "0.5.0")
     (source
      (origin
        (method git-fetch)
@@ -11636,7 +11636,7 @@ that uses the standard completion function 
completing-read.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13fjxrr7iyfagbm21p5is5jw1zv56ns2mnac145v8lqli6mrr5gx"))))
+        (base32 "0n8d2p4x7yvqg4756p671p5psrmnphxqjajv9bfll43rs57dd2bv"))))
     (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]