From b22edc407e34848745106ce29040bbfa29aeeec3 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sun, 13 Jul 2025 22:08:58 +0200 Subject: [PATCH] gnu: emacs-org-node: Update to 3.7.4. * gnu/packages/emacs-xyz.scm (emacs-org-node-3): Update to 3.7.4. Change-Id: I4d8d9d650c6a992d7aae4a87763c131a1305b56f --- 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 926a8a4bc91..4fc4770b6f6 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -41490,7 +41490,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.4.1") + (version "3.7.4") (source (origin (method git-fetch) (uri (git-reference @@ -41499,7 +41499,7 @@ structure of all your Org files – headings, links and so on..") (file-name (git-file-name name version)) (sha256 (base32 - "05sqrf96fs9yx9fw7mwl6y2376rwxk97jd4zdh74f9w56hkf5y6p")))) + "1cxzdyiqan4881m7fpzxym1gkplqlyagl3bj1pwa7a5bswhld40y")))) (build-system emacs-build-system) (arguments '(#:tests? #f ; fails