This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7d4ae2fca7 gnu: emacs-org-modern: Update to 1.2.
7d4ae2fca7 is described below

commit 7d4ae2fca723114fb1df56de33b82177fbc4d0a6
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed May 1 10:21:46 2024 +0200

    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(-)

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

Reply via email to