1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

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

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

Change-Id: Ib4bbdd55bf923d827e43b84e8c1312099c5344a2
This commit is contained in:
Nicolas Goaziou 2024-12-24 11:00:09 +01:00
parent 9ed8b5f693
commit c027e7cbac
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -41012,7 +41012,7 @@ Fennel code within Emacs.")
(define-public emacs-org-modern
(package
(name "emacs-org-modern")
(version "1.5")
(version "1.6")
(source
(origin
(method git-fetch)
@ -41020,7 +41020,7 @@ Fennel code within Emacs.")
(url "https://github.com/minad/org-modern")
(commit version)))
(sha256
(base32 "0zvg7jqfgaaayw8x3bi704ad47kpk4g8hxxfsd5p0xhyhxkq528m"))
(base32 "0a7viid1lrn02w1n4yjivjyssbd1qq850giqwnp3mrjf9adwzh2a"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat))