1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: emacs-yaml: Update to 1.2.0.

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

Change-Id: I238d405f4702e31a80fadd8c8dfa996f9420186a
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Cayetano Santos 2025-02-16 09:47:16 +01:00 committed by Ian Eure
parent 61f8cb0959
commit 0870fb35b7
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -16822,7 +16822,7 @@ that uses the standard completion function completing-read.")
(define-public emacs-yaml
(package
(name "emacs-yaml")
(version "1.1.0")
(version "1.2.0")
(source
(origin
(method git-fetch)
@ -16831,11 +16831,11 @@ that uses the standard completion function completing-read.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1wbsmfnrbbsdsp5xnn3rmk7cws7ri9kn309ii4dnihjbr8s865jh"))))
(base32 "131g2nv18fjcqgc9v17b0a7zyw2m6ydbhj6riahihd340bci2s6w"))))
(build-system emacs-build-system)
(arguments
(list
#:tests? #true
#:tests? #t
#:test-command #~(list "emacs" "--batch" "-Q"
"-l" "yaml.el"
"-l" "yaml-tests.el"