unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37149] [PATCH] Update emacs-evil-owl.
@ 2019-08-22 21:03 Brian Leung
  2019-08-28 16:35 ` bug#37149: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-08-22 21:03 UTC (permalink / raw)
  To: 37149


[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]

See attached.

[-- Attachment #1.2: Type: text/html, Size: 35 bytes --]

[-- Attachment #2: 0001-gnu-emacs-evil-owl-Update-to-0.0.1-2.e8fe5b2.patch --]
[-- Type: text/x-patch, Size: 1691 bytes --]

From 7601da40c0930485018408d250633dbb361d6201 Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Thu, 22 Aug 2019 22:53:11 +0200
Subject: [PATCH] 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.
---
 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 de7e85aa5a..8808f1358b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6555,8 +6555,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))
@@ -6569,11 +6569,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
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37149: [PATCH] Update emacs-evil-owl.
  2019-08-22 21:03 [bug#37149] [PATCH] Update emacs-evil-owl Brian Leung
@ 2019-08-28 16:35 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-08-28 16:35 UTC (permalink / raw)
  To: Brian Leung; +Cc: 37149-done

Brian Leung <bkleung89@gmail.com> skribis:

> From 7601da40c0930485018408d250633dbb361d6201 Mon Sep 17 00:00:00 2001
> From: Brian Leung <bkleung89@gmail.com>
> Date: Thu, 22 Aug 2019 22:53:11 +0200
> Subject: [PATCH] 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.

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-28 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22 21:03 [bug#37149] [PATCH] Update emacs-evil-owl Brian Leung
2019-08-28 16:35 ` bug#37149: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).