guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: emacs-org-modern: Update to 0.10.


From: guix-commits
Subject: 02/04: gnu: emacs-org-modern: Update to 0.10.
Date: Fri, 21 Jul 2023 23:30:25 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 7a6294ba0580efe9f19a1771c267a2bd511d1039
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Thu Jul 13 21:52:37 2023 +0400

    gnu: emacs-org-modern: Update to 0.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.10.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 119bab2b28..6af5faf4cb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36762,7 +36762,7 @@ Fennel code within Emacs.")
 (define-public emacs-org-modern
   (package
    (name "emacs-org-modern")
-   (version "0.9")
+   (version "0.10")
    (source
      (origin
        (method git-fetch)
@@ -36770,7 +36770,7 @@ Fennel code within Emacs.")
              (url "https://github.com/minad/org-modern";)
              (commit version)))
        (sha256
-        (base32 "16c74vff882rx8yp4ybaydlg5774xz68iasajhidbn0fb4fhz8ph"))
+        (base32 "0fpc6pf1chjs9bb4m9hzacny3cdxvnpvwsf0vrbbz3vy9sf1a30c"))
        (file-name (git-file-name name version))))
    (build-system emacs-build-system)
    (propagated-inputs (list emacs-compat))



reply via email to

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