This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9615c85 gnu: emacs-evil-org: Update to 1.0.2.
9615c85 is described below
commit 9615c8511fe4ec4dbd98c80bc1f4549924f85099
Author: John Soo <[email protected]>
AuthorDate: Mon Apr 27 16:27:04 2020 -0700
gnu: emacs-evil-org: Update to 1.0.2.
* gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 1.0.2.
Signed-off-by: Nicolas Goaziou <[email protected]>
---
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 1cd7dbc..96be0aa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15881,10 +15881,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)
@@ -15894,7 +15894,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