guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-yaml: Update to 0.5.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-yaml: Update to 0.5.1.
Date: Wed, 13 Jul 2022 09:13:58 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1f8b50a60d gnu: emacs-yaml: Update to 0.5.1.
1f8b50a60d is described below

commit 1f8b50a60d1a03b9f65a26b9c024f29c6afe644a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 13 15:10:16 2022 +0200

    gnu: emacs-yaml: Update to 0.5.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.1.
---
 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 f593ae0b1e..683bbb60c9 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.5.0")
+    (version "0.5.1")
     (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 "0n8d2p4x7yvqg4756p671p5psrmnphxqjajv9bfll43rs57dd2bv"))))
+        (base32 "0n0cf5y862ajyf2q0pnvbkhg57ggsri33x8y4q99s0a17ksk4qrm"))))
     (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]