1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: emacs-yaml: Update to 1.2.1.

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

Change-Id: I6f37968d3f994e7afee1f6d01fb0dd016e96e4a7
This commit is contained in:
Nicolas Goaziou
2025-12-06 10:21:37 +01:00
parent a33c2ee2c7
commit 092689f8d4

View File

@@ -18822,7 +18822,7 @@ that uses the standard completion function completing-read.")
(define-public emacs-yaml
(package
(name "emacs-yaml")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method git-fetch)
@@ -18831,7 +18831,7 @@ that uses the standard completion function completing-read.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "131g2nv18fjcqgc9v17b0a7zyw2m6ydbhj6riahihd340bci2s6w"))))
(base32 "1gp3076cf32vq8925c38xpd9cxnndlx5xazagh34irrq6dvb2y10"))))
(build-system emacs-build-system)
(arguments
(list