diff mbox series

[bug#40917] gnu: emacs-evil-org: Upgrade to 1.0.2.

Message ID 87r1w85s1m.fsf@asu.edu
State Accepted
Headers show
Series [bug#40917] gnu: emacs-evil-org: Upgrade to 1.0.2. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

John Soo April 28, 2020, 1:15 a.m. UTC
Hi Guix,

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

Thanks,

John

Comments

Nicolas Goaziou April 28, 2020, 3:31 p.m. UTC | #1
Hello,

John Soo <jsoo1@asu.edu> writes:

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

Applied. Thank you.

Regards,
diff mbox series

Patch

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