[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: emacs-yaml-mode: Update to 0.0.14.
From: |
guix-commits |
Subject: |
02/06: gnu: emacs-yaml-mode: Update to 0.0.14. |
Date: |
Thu, 26 Sep 2019 00:59:30 -0400 (EDT) |
leungbk pushed a commit to branch master
in repository guix.
commit fbbdce47e28a8723f08c1f224d06b0e55bbce75d
Author: Brian Leung <address@hidden>
Date: Wed Sep 25 20:58:53 2019 +0200
gnu: emacs-yaml-mode: Update to 0.0.14.
* gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.14.
---
gnu/packages/emacs-xyz.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f966862..c0a16ee 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6360,15 +6360,16 @@ that uses the standard completion function
completing-read.")
(define-public emacs-yaml-mode
(package
(name "emacs-yaml-mode")
- (version "0.0.13")
+ (version "0.0.14")
(source (origin
- (method url-fetch)
- (uri (string-append "https://raw.githubusercontent.com/yoshiki"
- "/yaml-mode/v" version "/yaml-mode.el"))
- (file-name (string-append "yaml-mode-" version ".el"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/yoshiki/yaml-mode.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0im88sk9dqw03x6d6zaspgvg9i0pfpgb8f2zygrmbifh2w4pwmvj"))))
+ "18g064ardqi1f3xz7j6rs1x9fvv9sn0iq9vgid8c6qvxq7gwj00r"))))
(build-system emacs-build-system)
(home-page "https://github.com/yoshiki/yaml-mode")
(synopsis "Major mode for editing YAML files")
- branch master updated (91af103 -> 82431a1), guix-commits, 2019/09/26
- 01/06: gnu: emacs-evil-nerd-commenter: Enable tests., guix-commits, 2019/09/26
- 03/06: gnu: emacs-web-mode: Don't use unstable tarball., guix-commits, 2019/09/26
- 05/06: gnu: emacs-websocket: Enable some tests., guix-commits, 2019/09/26
- 02/06: gnu: emacs-yaml-mode: Update to 0.0.14.,
guix-commits <=
- 06/06: gnu: emacs-nov-el: Update to 0.2.9., guix-commits, 2019/09/26
- 04/06: gnu: emacs-make-it-so: Update to 0.1.0-2.b73dfb6., guix-commits, 2019/09/26