GNU bug report logs -
#76328
[PATCH] gnu: emacs-yaml: Update to 1.2.0.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 1.2.0.
Change-Id: I238d405f4702e31a80fadd8c8dfa996f9420186a
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fd1e2a5887..a2d1eb382e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16824,7 +16824,7 @@ (define-public emacs-ido-ubiquitous
(define-public emacs-yaml
(package
(name "emacs-yaml")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -16833,11 +16833,11 @@ (define-public emacs-yaml
(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"
base-commit: dd7a377c38c2a3e0cb80b0e45b32dfbe4577a739
--
2.48.1
This bug report was last modified 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.