This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new ac2ab39ab7 gnu: emacs-org-modern: Update to 1.11.
ac2ab39ab7 is described below

commit ac2ab39ab76c1687a19a249f5d614552144a8911
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Dec 23 11:12:02 2025 +0100

    gnu: emacs-org-modern: Update to 1.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.11.
    
    Change-Id: I3c0b98f9f1de520da548e52d7d2b300ebe004ddd
---
 gnu/packages/emacs-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d9b94670a0..12ead27abf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -45659,7 +45659,7 @@ Fennel code within Emacs.")
 (define-public emacs-org-modern
   (package
     (name "emacs-org-modern")
-    (version "1.10")
+    (version "1.11")
     (source
      (origin
        (method git-fetch)
@@ -45667,9 +45667,11 @@ Fennel code within Emacs.")
              (url "https://github.com/minad/org-modern";)
              (commit version)))
        (sha256
-        (base32 "1vyfv56cgpp5x3sanq6qsxhd6cgjf2n9awcgy1giary1kad455bl"))
+        (base32 "0s5sh1hiwmnpyj5jvy93wi1aqf85dznz7rr9kbm77zcfsyqhnly2"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
+    (arguments
+     (list #:tests? #false))            ;no tests
     (propagated-inputs (list emacs-compat))
     (home-page "https://github.com/minad/org-modern";)
     (synopsis "Modern Org style")

Reply via email to