[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/26: gnu: emacs-auto-yasnippet: Update to 0.3.0-2.642b0d9.
From: |
guix-commits |
Subject: |
25/26: gnu: emacs-auto-yasnippet: Update to 0.3.0-2.642b0d9. |
Date: |
Thu, 19 Sep 2019 20:35:39 -0400 (EDT) |
leungbk pushed a commit to branch emacs-tests
in repository guix.
commit 7fa6d0063c4b0100b8c7d8182f0412edcb4c539c
Author: Brian Leung <address@hidden>
Date: Mon Sep 9 06:58:31 2019 +0200
gnu: emacs-auto-yasnippet: Update to 0.3.0-2.642b0d9.
* gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet): Update to
0.3.0-2.642b0d9.
[arguments]: Simplify test command.
---
gnu/packages/emacs-xyz.scm | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 76031e8..d5de111 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12940,10 +12940,11 @@ browse the phrases by the paper section and fill-in
the blanks if required.")
(license license:gpl3+))))
(define-public emacs-auto-yasnippet
- (let ((commit "d1ccfea87312c6dd8cf8501ab5b71b1d3d44d95b"))
+ (let ((commit "624b0d9711222073a2a3f2186e2605eb99fc83c9")
+ (revision "2"))
(package
(name "emacs-auto-yasnippet")
- (version (git-version "0.3.0" "1" commit))
+ (version (git-version "0.3.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -12952,17 +12953,11 @@ browse the phrases by the paper section and fill-in
the blanks if required.")
(file-name (git-file-name name version))
(sha256
(base32
- "1i8k2qiyzd5rq0zplk4xb5nfa5mp0ibxbzwqj6c7877waq7244xk"))))
+ "15g8wi067f345xhpi0c12w0h04p4f4lpccwmdjdfj8hzfl4gyxy9"))))
(build-system emacs-build-system)
(arguments
- '(#:phases
- (modify-phases %standard-phases
- (add-before 'install 'check
- (lambda _
- (invoke "emacs" "--batch"
- "-l" "auto-yasnippet.el"
- "-l" "auto-yasnippet-test.el"
- "-f" "ert-run-tests-batch-and-exit"))))))
+ '(#:tests? #t
+ #:test-command '("make" "test")))
(propagated-inputs
`(("emacs-yasnippet" ,emacs-yasnippet)))
(home-page "https://github.com/abo-abo/auto-yasnippet/")
- branch emacs-tests created (now 09f1ac9), guix-commits, 2019/09/19
- 02/26: gnu: emacs-org-super-agenda: Update to 1.1.1-2.f0ee7ed., guix-commits, 2019/09/19
- 05/26: gnu: emacs-iedit: Update to 0.9.9.9-1.e2c100c., guix-commits, 2019/09/19
- 01/26: gnu: emacs-org-sidebar: Update to 0.1-2.b2a5a69., guix-commits, 2019/09/19
- 03/26: gnu: emacs-lispy: Include non-Elisp code., guix-commits, 2019/09/19
- 06/26: gnu: emacs-dante: Update to 1.5-2.a25ae9e., guix-commits, 2019/09/19
- 07/26: gnu: emacs-company-cabal: Include directory., guix-commits, 2019/09/19
- 11/26: gnu: emacs-isearch-prop: Update to 0-2.4a2765f., guix-commits, 2019/09/19
- 24/26: gnu: emacs-rjsx-mode: Update to 0.4-2.0e7fa6b., guix-commits, 2019/09/19
- 25/26: gnu: emacs-auto-yasnippet: Update to 0.3.0-2.642b0d9.,
guix-commits <=
- 23/26: gnu: emacs-prodigy-el: Update to 0.7.0-2.0a12eec., guix-commits, 2019/09/19
- 10/26: gnu: Add emacs-helm-lsp., guix-commits, 2019/09/19
- 08/26: gnu: Add emacs-compdef., guix-commits, 2019/09/19
- 15/26: gnu: emacs-unpackaged-el: Update to 0-2.c0d58cf., guix-commits, 2019/09/19
- 20/26: gnu: emacs-undo-propose-el: Update to 3.0.0-2.47b7df0., guix-commits, 2019/09/19
- 26/26: gnu: emacs-ts: Update to 0.1-2.395649a., guix-commits, 2019/09/19
- 04/26: gnu: emacs-lpy: Update to 0.1.0-2.dfd9a0f., guix-commits, 2019/09/19
- 09/26: gnu: Enable tests for emacs-evil-lion., guix-commits, 2019/09/19
- 12/26: gnu: emacs-isearch+: Update to 0-2.7c251b9., guix-commits, 2019/09/19
- 14/26: gnu: emacs-grep-context: Update to 0.1.0-1.5a4e3ef., guix-commits, 2019/09/19