all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40917] [PATCH] gnu: emacs-evil-org: Upgrade to 1.0.2.
@ 2020-04-28  1:15 John Soo
  2020-04-28 15:31 ` bug#40917: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: John Soo @ 2020-04-28  1:15 UTC (permalink / raw)
  To: 40917

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

Hi Guix,

I noticed emacs-evil-org was out of date. Hope this helps someone.

Thanks,

John


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-evil-org-1.0.2 --]
[-- Type: text/x-patch, Size: 1466 bytes --]

From 9560c14759d8ae872d4a6ae735964115bf67dfb1 Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Mon, 27 Apr 2020 16:27:04 -0700
Subject: [PATCH] gnu: emacs-evil-org: Update to 1.0.2.

* gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 1.0.2.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a0275cbe18..b8bdf55831 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15858,10 +15858,10 @@ provide an incremental search that moves all fake cursors in sync.")
       (license license:expat))))
 
 (define-public emacs-evil-org
-  (let ((commit "b6d652a9163d3430a9e0933a554bdbee5244bbf6"))
+  (let ((commit "9d4be14118bf27094a30dbff349b815f098aacbf"))
     (package
       (name "emacs-evil-org")
-      (version (git-version "0.1.1" "1" commit))
+      (version (git-version "1.0.2" "1" commit))
       (source
        (origin
          (method git-fetch)
@@ -15871,7 +15871,7 @@ provide an incremental search that moves all fake cursors in sync.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "176hrw7y7nczffbyhsa167b8rvfacsmcafm2gpkrdjqlrikbmrhl"))))
+           "1fxxfkinb0gq4p5b686r7z4jrkv98zfgh5z889zkjacncv8ibswn"))))
       (build-system emacs-build-system)
       (propagated-inputs `(("emacs-evil" ,emacs-evil)))
       (home-page
-- 
2.26.2


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

* bug#40917: [PATCH] gnu: emacs-evil-org: Upgrade to 1.0.2.
  2020-04-28  1:15 [bug#40917] [PATCH] gnu: emacs-evil-org: Upgrade to 1.0.2 John Soo
@ 2020-04-28 15:31 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-04-28 15:31 UTC (permalink / raw)
  To: John Soo; +Cc: 40917-done

Hello,

John Soo <jsoo1@asu.edu> writes:

> Subject: [PATCH] gnu: emacs-evil-org: Update to 1.0.2.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2020-04-28 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28  1:15 [bug#40917] [PATCH] gnu: emacs-evil-org: Upgrade to 1.0.2 John Soo
2020-04-28 15:31 ` bug#40917: " Nicolas Goaziou

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.