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.9.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-modern: Update to 0.9.
Date: Wed, 15 Mar 2023 04:22:56 -0400

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

abcdw pushed a commit to branch master
in repository guix.

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

commit 201251b1ffe43ecefe75ebf5ce9b8caaa4674eb0
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Wed Mar 15 12:22:03 2023 +0400

    gnu: emacs-org-modern: Update to 0.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.9.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 13caf6e882..8974794221 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35511,7 +35511,7 @@ Fennel code within Emacs.")
 (define-public emacs-org-modern
   (package
    (name "emacs-org-modern")
-   (version "0.8")
+   (version "0.9")
    (source
      (origin
        (method git-fetch)
@@ -35519,9 +35519,10 @@ Fennel code within Emacs.")
              (url "https://github.com/minad/org-modern";)
              (commit version)))
        (sha256
-        (base32 "09i85yfg8knkf3z2yrx2wzj1fqsy8f8hxz184zjdacaj4xygpzj6"))
+        (base32 "16c74vff882rx8yp4ybaydlg5774xz68iasajhidbn0fb4fhz8ph"))
        (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")
    (description



reply via email to

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