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

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

Change-Id: I3ddbff6588688e81afc4d2c48e3167ae83a784d9
This commit is contained in:
Nicolas Goaziou 2024-06-18 16:03:40 +02:00
parent 5b332dd005
commit 07d38815dc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -39208,7 +39208,7 @@ (define-public emacs-fennel-mode
(define-public emacs-org-modern
(package
(name "emacs-org-modern")
(version "1.2")
(version "1.3")
(source
(origin
(method git-fetch)
@ -39216,7 +39216,7 @@ (define-public emacs-org-modern
(url "https://github.com/minad/org-modern")
(commit version)))
(sha256
(base32 "19mn29f294wng6pgm1vwncx50963wnh7zj33ipynx8qxndbi6hsm"))
(base32 "0bk8mz3va5vwkkvgvq761bnm9id8sb70rnf3ydq62ap27k0ab967"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat))