all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55566] [PATCH] gnu: emacs-evil-org: Update to 0d10ff7.
@ 2022-05-21 22:54 jgart via Guix-patches via
  2022-05-27 21:24 ` bug#55566: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-05-21 22:54 UTC (permalink / raw)
  To: 55566; +Cc: jgart

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e21c4f4308..bad19cbf99 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21606,10 +21606,11 @@ (define-public emacs-evil-mc
       (license license:expat))))
 
 (define-public emacs-evil-org
-  (let ((commit "9d4be14118bf27094a30dbff349b815f098aacbf"))
+  (let ((commit "0d10ff7bb9a3a93d25cd91018b17f0a052b335f3")
+        (revision "2"))
     (package
       (name "emacs-evil-org")
-      (version (git-version "1.0.2" "1" commit))
+      (version (git-version "1.0.3" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -21619,7 +21620,7 @@ (define-public emacs-evil-org
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1fxxfkinb0gq4p5b686r7z4jrkv98zfgh5z889zkjacncv8ibswn"))))
+           "15g47xgpswzc8lz7qdbbzfcq1n9m4474qa2jkg43l8d5ali8qa7z"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-evil))
       (home-page
-- 
2.35.3





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

* bug#55566: [PATCH] gnu: emacs-evil-org: Update to 0d10ff7.
  2022-05-21 22:54 [bug#55566] [PATCH] gnu: emacs-evil-org: Update to 0d10ff7 jgart via Guix-patches via
@ 2022-05-27 21:24 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-27 21:24 UTC (permalink / raw)
  To: jgart; +Cc: 55566-done

Hi,

jgart <jgart@dismail.de> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 0d10ff7.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-05-27 21:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 22:54 [bug#55566] [PATCH] gnu: emacs-evil-org: Update to 0d10ff7 jgart via Guix-patches via
2022-05-27 21:24 ` bug#55566: " 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.