guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7d7b437dd144818c0a4b40238dda217c94b0fafc
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 12:53:52 2025 +0200

    gnu: emacs-org-node-3: Update to 3.9.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-node-3): Update to 3.9.1.
    [propagated-inputs]: Add emacs-cond-let.
    
    Change-Id: I535cc4bb4589b00fe15f66ae26d16bb924fdfc6a
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 969208579c..51f3e87d7a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -42409,7 +42409,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.8.0")
+    (version "3.9.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -42418,7 +42418,7 @@ structure of all your Org files – headings, links and 
so on..")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1kamyz9hwqp29w18xyxvppxl2rigwz7d0f03yhfjpsbhd3ryg6ad"))))
+                "0nvi1gjll8qlin2adv556wgd030rzjzdj6wpflldw16m87cff7x0"))))
     (build-system emacs-build-system)
     (arguments
      '(#:tests? #f ; fails
@@ -42431,7 +42431,8 @@ structure of all your Org files – headings, links and 
so on..")
                (("^cd.*\"")
                 "")))))))
     (propagated-inputs
-     (list emacs-llama
+     (list emacs-cond-let
+           emacs-llama
            emacs-magit
            emacs-org-mem))
     ;; tests

Reply via email to