From 7d4ae2fca723114fb1df56de33b82177fbc4d0a6 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 1 May 2024 10:21:46 +0200 Subject: 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 --- gnu/packages/emacs-xyz.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3700f0801f..491084088f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -38925,7 +38925,7 @@ Fennel code within Emacs.") (define-public emacs-org-modern (package (name "emacs-org-modern") - (version "1.1") + (version "1.2") (source (origin (method git-fetch) @@ -38933,16 +38933,16 @@ Fennel code within Emacs.") (url "https://github.com/minad/org-modern") (commit version))) (sha256 - (base32 "1nanv3rnrjldr2gd55hn2w8j4zcm6b9jq1qica3m7iyq187ygbdg")) + (base32 "19mn29f294wng6pgm1vwncx50963wnh7zj33ipynx8qxndbi6hsm")) (file-name (git-file-name name version)))) (build-system emacs-build-system) (propagated-inputs (list emacs-compat)) (home-page "https://github.com/minad/org-modern") - (synopsis "Modern Org Style") + (synopsis "Modern Org style") (description -"@code{emacs-org-modern} implements a modern style for your Org -buffers using font locking and text properties. The package styles -headlines, keywords, tables and source blocks.") +"Org Modern implements a modern style for your Org buffers using font locking +and text properties. The package styles headlines, keywords, tables and +source blocks.") (license license:gpl3+))) (define-public emacs-pyimport -- cgit v1.2.3