guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: emacs-evil-org: Update to 0d10ff7.


From: guix-commits
Subject: 05/09: gnu: emacs-evil-org: Update to 0d10ff7.
Date: Fri, 27 May 2022 18:04:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit eefff9fb7463a6ff9559921641365928ab1a6519
Author: jgart <jgart@dismail.de>
AuthorDate: Sat May 21 17:54:16 2022 -0500

    gnu: emacs-evil-org: Update to 0d10ff7.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 0d10ff7.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 ed1b005d6e..9a4edbcc22 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21551,10 +21551,11 @@ provide an incremental search that moves all fake 
cursors in sync.")
       (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)
@@ -21564,7 +21565,7 @@ provide an incremental search that moves all fake 
cursors in sync.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1fxxfkinb0gq4p5b686r7z4jrkv98zfgh5z889zkjacncv8ibswn"))))
+           "15g47xgpswzc8lz7qdbbzfcq1n9m4474qa2jkg43l8d5ali8qa7z"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-evil))
       (home-page



reply via email to

[Prev in Thread] Current Thread [Next in Thread]