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

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

Change-Id: I8479a1de1d7727cd59e280b685d3907e9bee9f95
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:09:33 +02:00
parent ecd1a47b43
commit 459e3fb691
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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