guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 68fbaa2f996c05ec7c81b685323c185eea1b0110
Author: forgoty <[email protected]>
AuthorDate: Mon Sep 29 00:15:56 2025 +0200

    gnu: emacs-org-node-3: Update to 3.8.0.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 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 839bb5720b..b1d2b4bf5d 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

Reply via email to