all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31899] [PATCH] gnu: emacs-evil: Update to 20180517.
@ 2018-06-19 13:17 Pierre Neidhardt
  2018-06-19 13:21 ` Pierre Neidhardt
  2018-06-20 21:44 ` bug#31899: " Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Pierre Neidhardt @ 2018-06-19 13:17 UTC (permalink / raw)
  To: 31899

* gnu/packages/emacs.scm (emacs-evil): Update to 20180517.
---
 gnu/packages/emacs.scm | 44 ++++++++++++++++++++++--------------------
 1 file changed, 23 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a0ae045ab..cb1b34c73 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4727,29 +4727,31 @@ news items, openrc and runscripts.")
     (license license:gpl2+)))
 
 (define-public emacs-evil
-  (package
-    (name "emacs-evil")
-    (version "1.2.13")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/emacs-evil/evil/archive/"
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "1z63zsxmsc6mh74wv6065carwqmgs7b7lz5044s12xvgsjfbwi8h"))))
-    (build-system emacs-build-system)
-    (propagated-inputs
-     `(("emacs-undo-tree" ,emacs-undo-tree)
-       ("emacs-goto-chg" ,emacs-goto-chg)))
-    (home-page "https://github.com/emacs-evil/evil")
-    (synopsis "Extensible Vi layer for Emacs")
-    (description
-     "Evil is an extensible vi layer for Emacs.  It emulates the
+  (let ((commit "230b87212c81aaa68ef5547a6b998d9c365fe139"))
+    (package
+      (name "emacs-evil")
+      (version (git-version "1.2.13" "1" commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/emacs-evil/evil")
+               (commit commit)))
+         (file-name (string-append name "-" version "-checkout"))
+         (sha256
+          (base32
+           "0c9zy3bpck10gcrv79kd3h7i4ygd5bgbgy773n0lg7a2r5kwn1gx"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-undo-tree" ,emacs-undo-tree)
+         ("emacs-goto-chg" ,emacs-goto-chg)))
+      (home-page "https://github.com/emacs-evil/evil")
+      (synopsis "Extensible Vi layer for Emacs")
+      (description
+       "Evil is an extensible vi layer for Emacs.  It emulates the
 main features of Vim, and provides facilities for writing custom
 extensions.")
-    (license license:gpl3+)))
+      (license license:gpl3+))))
 
 (define-public emacs-evil-collection
   (let ((commit "f40704a57fd33b4bfad64147a2b771fc8961fdfc")
-- 
2.17.1

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

* [bug#31899] [PATCH] gnu: emacs-evil: Update to 20180517.
  2018-06-19 13:17 [bug#31899] [PATCH] gnu: emacs-evil: Update to 20180517 Pierre Neidhardt
@ 2018-06-19 13:21 ` Pierre Neidhardt
  2018-06-20 21:44 ` bug#31899: " Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Pierre Neidhardt @ 2018-06-19 13:21 UTC (permalink / raw)
  To: 31899

[-- Attachment #1: Type: text/plain, Size: 109 bytes --]


This update is important for evil-collection: without it it won't work properly.

-- 
Pierre Neidhardt

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* bug#31899: [PATCH] gnu: emacs-evil: Update to 20180517.
  2018-06-19 13:17 [bug#31899] [PATCH] gnu: emacs-evil: Update to 20180517 Pierre Neidhardt
  2018-06-19 13:21 ` Pierre Neidhardt
@ 2018-06-20 21:44 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2018-06-20 21:44 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 31899-done

Pierre Neidhardt <ambrevar@gmail.com> skribis:

> * gnu/packages/emacs.scm (emacs-evil): Update to 20180517.

Applied, thanks!

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

end of thread, other threads:[~2018-06-20 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-19 13:17 [bug#31899] [PATCH] gnu: emacs-evil: Update to 20180517 Pierre Neidhardt
2018-06-19 13:21 ` Pierre Neidhardt
2018-06-20 21:44 ` bug#31899: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.