diff options
| author | forgoty <forgoty13@gmail.com> | 2025-09-29 00:15:56 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-10-06 21:45:36 +0200 |
| commit | 68fbaa2f996c05ec7c81b685323c185eea1b0110 (patch) | |
| tree | 987e7c2114df7ee235b2f7834e5bc064eb3ebcd6 /gnu | |
| parent | a1b9d55fb621bbe46fd3c5d472e7c35e7c8799e0 (diff) | |
gnu: emacs-org-node-3: Update to 3.8.0.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 839bb5720ba..b1d2b4bf5db 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -42398,7 +42398,7 @@ structure of all your Org files – headings, links and so on..") (define-public emacs-org-node-3 (package (name "emacs-org-node") - (version "3.7.4") + (version "3.8.0") (source (origin (method git-fetch) (uri (git-reference @@ -42407,7 +42407,7 @@ structure of all your Org files – headings, links and so on..") (file-name (git-file-name name version)) (sha256 (base32 - "1cxzdyiqan4881m7fpzxym1gkplqlyagl3bj1pwa7a5bswhld40y")))) + "1kamyz9hwqp29w18xyxvppxl2rigwz7d0f03yhfjpsbhd3ryg6ad")))) (build-system emacs-build-system) (arguments '(#:tests? #f ; fails |
