[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")
- branch master updated (99b27f9238 -> ae92a7ea45), guix-commits, 2022/07/12
- 07/07: gnu: emacs-pyim-basedict: Update to 0.5.4., guix-commits, 2022/07/12
- 04/07: gnu: emacs-rust-mode: Update to 1.0.5., guix-commits, 2022/07/12
- 02/07: gnu: emacs-pfuture: Update to 1.10.3., guix-commits, 2022/07/12
- 05/07: gnu: emacs-rustic: Update to 3.2., guix-commits, 2022/07/12
- 06/07: gnu: emacs-pyim: Update to 5.2.3., guix-commits, 2022/07/12
- 03/07: gnu: emacs-treemacs: Update to 2.10., guix-commits, 2022/07/12
- 01/07: gnu: emacs-yaml: Update to 0.5.0.,
guix-commits <=