guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-org-modern: Update to 0.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-modern: Update to 0.4.
Date: Wed, 20 Jul 2022 09:05:22 -0400

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 c8b9740fec gnu: emacs-org-modern: Update to 0.4.
c8b9740fec is described below

commit c8b9740fec156eaa7e8432c6562245dddce648d2
Author: jgart via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Jul 17 16:29:15 2022 -0500

    gnu: emacs-org-modern: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.4.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3a2fcd25cc..4eeac10d3b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31704,7 +31704,7 @@ Fennel code within Emacs.")
 (define-public emacs-org-modern
   (package
    (name "emacs-org-modern")
-   (version "0.3")
+   (version "0.4")
    (source
      (origin
        (method git-fetch)
@@ -31712,7 +31712,7 @@ Fennel code within Emacs.")
              (url "https://github.com/minad/org-modern";)
              (commit version)))
        (sha256
-        (base32 "187fxw2rg0kw1d2binpa32ckp67r4v10j6ypr077g9qn6nkmyvvn"))
+        (base32 "0af9dzp9n3882kvsp3q4008hffq1mp9hjl964mlp5j8vay3x7qbz"))
        (file-name (git-file-name name version))))
    (build-system emacs-build-system)
    (home-page "https://github.com/minad/org-modern";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]