guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1313128b0cd67d487a1560529a403c3d2d4e4547
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 15:09:35 2026 +0100

    gnu: emacs-org-modern: Update to 1.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.12.
    
    Change-Id: Ia89db1543fcbd6be22e27e9be020f6db3710371d
---
 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 7c2ee94123..092ce8f264 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -46045,7 +46045,7 @@ Fennel code within Emacs.")
 (define-public emacs-org-modern
   (package
     (name "emacs-org-modern")
-    (version "1.11")
+    (version "1.12")
     (source
      (origin
        (method git-fetch)
@@ -46053,7 +46053,7 @@ Fennel code within Emacs.")
              (url "https://github.com/minad/org-modern";)
              (commit version)))
        (sha256
-        (base32 "0s5sh1hiwmnpyj5jvy93wi1aqf85dznz7rr9kbm77zcfsyqhnly2"))
+        (base32 "01p5k85hj677x2vk7j7a88gchp51ybiaj6iqmdhxivmcw3lb6ibi"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-compat))

Reply via email to