* [bug#49634] [PATCH] gnu: Add emacs-ob-async.
@ 2021-07-19 3:59 Vinicius Monego
2021-07-25 15:50 ` bug#49634: " Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2021-07-19 3:59 UTC (permalink / raw)
To: 49634; +Cc: Vinicius Monego
* gnu/packages/emacs-xyz.scm (emacs-ob-async): New variable.
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9f9f9909b3..6f36bb4ba3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5849,6 +5849,29 @@ minibuffer to enable editing the minibuffer input in another buffer with
source code using IPython.")
(license license:gpl3+)))
+(define-public emacs-ob-async
+ (package
+ (name "emacs-ob-async")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/astahlman/ob-async")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "10x4hxrjm4pr6vg42a961h9ilqzyd0l0fv7fsbq9clxi439f1nd6"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-async" ,emacs-async)
+ ("emacs-dash" ,emacs-dash)))
+ (home-page "https://github.com/astahlman/ob-async")
+ (synopsis "Asynchronous src_block execution for org-babel")
+ (description "@code{ob-async} enables asynchronous execution of org-babel
+src blocks.")
+ (license license:gpl3+)))
+
(define-public emacs-debbugs
(package
(name "emacs-debbugs")
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#49634: [PATCH] gnu: Add emacs-ob-async.
2021-07-19 3:59 [bug#49634] [PATCH] gnu: Add emacs-ob-async Vinicius Monego
@ 2021-07-25 15:50 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-07-25 15:50 UTC (permalink / raw)
To: Vinicius Monego; +Cc: 49634-done
> * gnu/packages/emacs-xyz.scm (emacs-ob-async): New variable.
Pushed, thanks!
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-25 15:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-19 3:59 [bug#49634] [PATCH] gnu: Add emacs-ob-async Vinicius Monego
2021-07-25 15:50 ` bug#49634: " Mathieu Othacehe
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.