guix-commits
[Top][All Lists]
Advanced

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

16/36: gnu: emacs-org-modern: Update to 1.1.


From: guix-commits
Subject: 16/36: gnu: emacs-org-modern: Update to 1.1.
Date: Sun, 21 Jan 2024 18:24:01 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit ecae012c80079751080de82ad12f019db81f204b
Author: Dakota Logan <dklogan@riseup.net>
AuthorDate: Sun Jan 21 23:29:34 2024 +0100

    gnu: emacs-org-modern: Update to 1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
    Change-Id: Id009309ba4c5ad1d7db860e5748318cfe5a587bb
---
 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 ecb89645ff..ddabe6ece7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38481,7 +38481,7 @@ Fennel code within Emacs.")
 (define-public emacs-org-modern
   (package
    (name "emacs-org-modern")
-   (version "0.10")
+   (version "1.1")
    (source
      (origin
        (method git-fetch)
@@ -38489,7 +38489,7 @@ Fennel code within Emacs.")
              (url "https://github.com/minad/org-modern";)
              (commit version)))
        (sha256
-        (base32 "0fpc6pf1chjs9bb4m9hzacny3cdxvnpvwsf0vrbbz3vy9sf1a30c"))
+        (base32 "1nanv3rnrjldr2gd55hn2w8j4zcm6b9jq1qica3m7iyq187ygbdg"))
        (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]