~ruther/guix-local

0870fb35b761992d91a27c8c5216581aa35a6e37 — Cayetano Santos 1 year, 1 month ago 61f8cb0
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>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +3 -3
@@ 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"