update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -1,17 +1,13 @@
(define-package "ob-async" "20210428.2052" "Asynchronous org-babel src block execution"
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "ob-async" "20210428.2052"
"Asynchronous org-babel src block execution."
'((async "1.9")
(org "9.0.1")
(org "9.0.1")
(emacs "24.4")
(dash "2.14.1"))
:commit "9aac486073f5c356ada20e716571be33a350a982" :authors
'(("Andrew Stahlman" . "andrewstahlman@gmail.com"))
:maintainers
'(("Andrew Stahlman" . "andrewstahlman@gmail.com"))
:maintainer
'("Andrew Stahlman" . "andrewstahlman@gmail.com")
:keywords
'("tools")
:url "https://github.com/astahlman/ob-async")
;; Local Variables:
;; no-byte-compile: t
;; End:
(dash "2.14.1"))
:url "https://github.com/astahlman/ob-async"
:commit "9aac486073f5c356ada20e716571be33a350a982"
:revdesc "9aac486073f5"
:keywords '("tools")
:authors '(("Andrew Stahlman" . "andrewstahlman@gmail.com"))
:maintainers '(("Andrew Stahlman" . "andrewstahlman@gmail.com")))

View File

@@ -4,7 +4,8 @@
;; Author: Andrew Stahlman <andrewstahlman@gmail.com>
;; Created: 10 Feb 2017
;; Version: 0.1
;; Package-Version: 20210428.2052
;; Package-Revision: 9aac486073f5
;; Keywords: tools
;; Homepage: https://github.com/astahlman/ob-async