From 68fbaa2f996c05ec7c81b685323c185eea1b0110 Mon Sep 17 00:00:00 2001 From: forgoty Date: Mon, 29 Sep 2025 00:15:56 +0200 Subject: [PATCH] gnu: emacs-org-node-3: Update to 3.8.0. Signed-off-by: Liliana Marie Prikler --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 839bb5720bad4d66ac9d7f0a90c40828b3061805..b1d2b4bf5dbac925c02930705f80ff14f3e4b7af 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