mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
61f8cb0959
commit
0870fb35b7
1 changed files with 3 additions and 3 deletions
|
@ -16822,7 +16822,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 "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16831,11 +16831,11 @@ 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 "1wbsmfnrbbsdsp5xnn3rmk7cws7ri9kn309ii4dnihjbr8s865jh"))))
|
(base32 "131g2nv18fjcqgc9v17b0a7zyw2m6ydbhj6riahihd340bci2s6w"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #true
|
#:tests? #t
|
||||||
#:test-command #~(list "emacs" "--batch" "-Q"
|
#:test-command #~(list "emacs" "--batch" "-Q"
|
||||||
"-l" "yaml.el"
|
"-l" "yaml.el"
|
||||||
"-l" "yaml-tests.el"
|
"-l" "yaml-tests.el"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue