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.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:
parent
4516d2de97
commit
a53bd6f27b
1 changed files with 2 additions and 2 deletions
|
@ -16789,7 +16789,7 @@ that uses the standard completion function completing-read.")
|
|||
(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 @@ that uses the standard completion function completing-read.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qq9jr1ihk1b5wfvppyvb8c2pq2gma9wysggd22iln4nqz2mjc81"))))
|
||||
(base32 "1wbsmfnrbbsdsp5xnn3rmk7cws7ri9kn309ii4dnihjbr8s865jh"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue