guix_mirror_bot pushed a commit to branch master
in repository guix.

commit bda0b51ea714132647a1fb7aeaf5207df1c71c12
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Dec 6 10:05:05 2025 +0100

    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 e155d22aed..6ba48229d0 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

Reply via email to