1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: emacs-yaml: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 1.1.0.

Change-Id: I8345bf6aa2bb7a9b39d772cb0d52aaea9a60f68e
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Tomas Volf 2025-02-04 21:40:37 +01:00 committed by Andreas Enge
parent 4516d2de97
commit a53bd6f27b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -16789,7 +16789,7 @@ that uses the standard completion function completing-read.")
(define-public emacs-yaml (define-public emacs-yaml
(package (package
(name "emacs-yaml") (name "emacs-yaml")
(version "0.5.5") (version "1.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -16798,7 +16798,7 @@ that uses the standard completion function completing-read.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0qq9jr1ihk1b5wfvppyvb8c2pq2gma9wysggd22iln4nqz2mjc81")))) (base32 "1wbsmfnrbbsdsp5xnn3rmk7cws7ri9kn309ii4dnihjbr8s865jh"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list