GNU bug report logs -
#76056
[PATCH] gnu: emacs-yaml: Update to 1.1.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Tue, 4 Feb 2025 20:41:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 1.1.0.
Change-Id: I8345bf6aa2bb7a9b39d772cb0d52aaea9a60f68e
---
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 e50622195b..74dedeb7cd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16789,7 +16789,7 @@ (define-public emacs-ido-ubiquitous
(define-public emacs-yaml
(package
(name "emacs-yaml")
- (version "0.5.5")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
@@ -16798,7 +16798,7 @@ (define-public emacs-yaml
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0qq9jr1ihk1b5wfvppyvb8c2pq2gma9wysggd22iln4nqz2mjc81"))))
+ (base32 "1wbsmfnrbbsdsp5xnn3rmk7cws7ri9kn309ii4dnihjbr8s865jh"))))
(build-system emacs-build-system)
(arguments
(list
--
2.47.1
This bug report was last modified 156 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.