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

* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.2.
[synopsis]: Fix capitalization.
[description]: Fix ambiguity between package and project name.

Change-Id: I453db305d3bb529ca14414d3542dc8374c880403
This commit is contained in:
Nicolas Goaziou 2024-05-01 10:21:46 +02:00
parent 6e9529eef9
commit 7d4ae2fca7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -38925,7 +38925,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.1") (version "1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -38933,16 +38933,16 @@ 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 "1nanv3rnrjldr2gd55hn2w8j4zcm6b9jq1qica3m7iyq187ygbdg")) (base32 "19mn29f294wng6pgm1vwncx50963wnh7zj33ipynx8qxndbi6hsm"))
(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))
(home-page "https://github.com/minad/org-modern") (home-page "https://github.com/minad/org-modern")
(synopsis "Modern Org Style") (synopsis "Modern Org style")
(description (description
"@code{emacs-org-modern} implements a modern style for your Org "Org Modern implements a modern style for your Org buffers using font locking
buffers using font locking and text properties. The package styles and text properties. The package styles headlines, keywords, tables and
headlines, keywords, tables and source blocks.") source blocks.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-pyimport (define-public emacs-pyimport