[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: emacs-evil-owl: Update to 0.0.1-2.e8fe5b2.
From: |
guix-commits |
Subject: |
07/09: gnu: emacs-evil-owl: Update to 0.0.1-2.e8fe5b2. |
Date: |
Wed, 28 Aug 2019 12:53:12 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2a5f781e76e2dbacf5b828e7e73a8d9f60e79b60
Author: Brian Leung <address@hidden>
Date: Thu Aug 22 22:53:11 2019 +0200
gnu: emacs-evil-owl: Update to 0.0.1-2.e8fe5b2.
* gnu/packages/emacs-xyz.scm (emacs-evil-owl): Update to 0.0.1-2.e8fe5b2.
[inputs]: Remove emacs-posframe, which is now an optional dependency.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f684562..8fa5f71 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6581,8 +6581,8 @@ end of a line and increment or decrement it.")
(license license:gpl3+))))
(define-public emacs-evil-owl
- (let ((commit "36a5fe057f44d48e377e3ef4f04b4eb30e1af309")
- (revision "1"))
+ (let ((commit "e8fe5b2f745e36db04cb71eb689bf91c5409614f")
+ (revision "2"))
(package
(name "emacs-evil-owl")
(version (git-version "0.0.1" revision commit))
@@ -6595,11 +6595,10 @@ end of a line and increment or decrement it.")
(file-name (git-file-name name version))
(sha256
(base32
- "07a6n0gqss1qx9a50dqzqqq0gj6n7a4ykbcv1a0c9qd4fnfnm90m"))))
+ "1g7kplna62f271135mnjdbvxk2ayx7m4gvd6l86d2394alx16nhq"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)
- ("emacs-posframe" ,emacs-posframe)))
+ `(("emacs-evil" ,emacs-evil)))
(home-page "https://github.com/mamapanda/evil-owl")
(synopsis "Preview candidates when using Evil registers and marks")
(description
- branch master updated (c6deb68 -> dae950c), guix-commits, 2019/08/28
- 02/09: swh: Correctly handle visits without a snapshot., guix-commits, 2019/08/28
- 08/09: remote, ssh: Show the command exit status upon failure., guix-commits, 2019/08/28
- 04/09: gnu: Add cedille., guix-commits, 2019/08/28
- 05/09: lint: Log diagnostics with 'info', not 'warning'., guix-commits, 2019/08/28
- 06/09: diagnostics: Avoid highlighting complete messages., guix-commits, 2019/08/28
- 03/09: gnu: agda-ial: Fix install step., guix-commits, 2019/08/28
- 01/09: swh: 'swh-download' prints debugging info., guix-commits, 2019/08/28
- 09/09: deploy: Do not quote error messages., guix-commits, 2019/08/28
- 07/09: gnu: emacs-evil-owl: Update to 0.0.1-2.e8fe5b2.,
guix-commits <=