[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: emacs-evil-owl: Update to 0.0.1-3.24e5f43.
From: |
guix-commits |
Subject: |
02/08: gnu: emacs-evil-owl: Update to 0.0.1-3.24e5f43. |
Date: |
Fri, 6 Sep 2019 05:29:31 -0400 (EDT) |
wigust pushed a commit to branch master
in repository guix.
commit 9b4ea95bbeb44db7a823f54f56da99aa3ca3422f
Author: Brian Leung <address@hidden>
Date: Tue Sep 3 04:44:28 2019 +0200
gnu: emacs-evil-owl: Update to 0.0.1-3.24e5f43.
* gnu/packages/emacs-xyz.scm (emacs-evil-owl): Update to 0.0.1-3.24e5f43.
[source]: Enable tests.
Signed-off-by: Oleg Pykhalov <address@hidden>
---
gnu/packages/emacs-xyz.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3cb4366..8d65955 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6736,8 +6736,8 @@ end of a line and increment or decrement it.")
(license license:gpl3+))))
(define-public emacs-evil-owl
- (let ((commit "e8fe5b2f745e36db04cb71eb689bf91c5409614f")
- (revision "2"))
+ (let ((commit "24c5f43df375194386344e69bc720ea3986c9510")
+ (revision "3"))
(package
(name "emacs-evil-owl")
(version (git-version "0.0.1" revision commit))
@@ -6750,10 +6750,13 @@ end of a line and increment or decrement it.")
(file-name (git-file-name name version))
(sha256
(base32
- "1g7kplna62f271135mnjdbvxk2ayx7m4gvd6l86d2394alx16nhq"))))
+ "0bqzch14whlmrcasakah3psrzswvkzd7mmi8hx5s64kfp29wbdhi"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)))
+ (arguments
+ `(#:tests? #t
+ #:test-command '("make" "test")))
(home-page "https://github.com/mamapanda/evil-owl")
(synopsis "Preview candidates when using Evil registers and marks")
(description
- branch master updated (66d2133 -> a9ca032), guix-commits, 2019/09/06
- 01/08: gnu: emacs-evil-multiedit: Enable tests., guix-commits, 2019/09/06
- 02/08: gnu: emacs-evil-owl: Update to 0.0.1-3.24e5f43.,
guix-commits <=
- 06/08: gnu: emacs-sudo-edit: Enable tests., guix-commits, 2019/09/06
- 03/08: gnu: emacs-elisp-demos: Enable tests., guix-commits, 2019/09/06
- 07/08: gnu: emacs-org-ql: Enable tests., guix-commits, 2019/09/06
- 04/08: gnu: emacs-evil-expat: Enable tests., guix-commits, 2019/09/06
- 05/08: gnu: emacs-evil-exchange: Enable tests., guix-commits, 2019/09/06
- 08/08: gnu: emacs-evil-traces: Enable tests., guix-commits, 2019/09/06