From bda0b51ea714132647a1fb7aeaf5207df1c71c12 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 6 Dec 2025 10:05:05 +0100 Subject: [PATCH] gnu: emacs-org-node-3: Update to 3.9.9. * gnu/packages/emacs-xyz.scm (emacs-org-node-3): Update to 3.9.9. Change-Id: Ib1d533583be5c3fc4debff01299b1e29fe637ffc --- 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 e155d22aed3b236f68037a51901acb362b79c2b0..6ba48229d0dda10d9e8a232a2ffad7fff144e61f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -43262,7 +43262,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.9.1") + (version "3.9.9") (source (origin (method git-fetch) (uri (git-reference @@ -43271,7 +43271,7 @@ structure of all your Org files – headings, links and so on..") (file-name (git-file-name name version)) (sha256 (base32 - "0nvi1gjll8qlin2adv556wgd030rzjzdj6wpflldw16m87cff7x0")))) + "10c71yhbhjm21fq3wqln5ldrag84mri435xxwhcgzz3krhyxmijf")))) (build-system emacs-build-system) (arguments '(#:tests? #f ; fails