gnu: emacs-org-modern: Update to 1.9.

* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.9.

Change-Id: Icd38c4e3f65865a353d6a5414d9746e4f032bfb3
Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Cayetano Santos 2025-06-15 20:16:35 +02:00 committed by Hilton Chain
parent f69f1dad3f
commit 8d9a667d06
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -43483,7 +43483,7 @@ Fennel code within Emacs.")
(define-public emacs-org-modern
(package
(name "emacs-org-modern")
(version "1.7")
(version "1.9")
(source
(origin
(method git-fetch)
@ -43491,7 +43491,7 @@ Fennel code within Emacs.")
(url "https://github.com/minad/org-modern")
(commit version)))
(sha256
(base32 "04bmlwc81d8h8n10xb2nhwmcvn1701nr73hxajl6hasswzqqmh70"))
(base32 "08ddrzqvlckj10b0anhdis6cfx448dw3n027cswklmzx6bj3rmfz"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat))