guix-commits
[Top][All Lists]
Advanced

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

31/42: gnu: emacs-org-re-reveal: Update to 3.23.0.


From: guix-commits
Subject: 31/42: gnu: emacs-org-re-reveal: Update to 3.23.0.
Date: Tue, 3 Oct 2023 16:54:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8d6111953e137024931cf9614c6fef8585e96853
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 21:27:08 2023 +0200

    gnu: emacs-org-re-reveal: Update to 3.23.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.23.0.
---
 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 fc1cf3b9fd..97c40e2aa4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24457,7 +24457,7 @@ powerful Org contents.")
 (define-public emacs-org-re-reveal
   (package
     (name "emacs-org-re-reveal")
-    (version "3.19.2")
+    (version "3.23.0")
     (source
      (origin
        (method git-fetch)
@@ -24466,7 +24466,7 @@ powerful Org contents.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06i7a64yqlcwzpbk7fdsz16q99nxfizhl4944cc7mg7hh53fbqrs"))))
+        (base32 "1ss71iy1xnhr3p4mmfbnbgvp7kjqxpqag49f851wgmmwwg8gajvd"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-htmlize emacs-org))



reply via email to

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