guix-commits
[Top][All Lists]
Advanced

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

48/53: gnu: emacs-org-re-reveal: Update to 3.24.2.


From: guix-commits
Subject: 48/53: gnu: emacs-org-re-reveal: Update to 3.24.2.
Date: Mon, 1 Jan 2024 20:26:10 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 310f7e94dbf3032e9458320c52c4b1b81cf636c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:32:16 2024 +0100

    gnu: emacs-org-re-reveal: Update to 3.24.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.24.2.
    
    Change-Id: I35af71a8f93c823bc405de51553ffbfcf14d9040
---
 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 4022f5a2cf..18c2e66e68 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24773,7 +24773,7 @@ powerful Org contents.")
 (define-public emacs-org-re-reveal
   (package
     (name "emacs-org-re-reveal")
-    (version "3.23.0")
+    (version "3.24.2")
     (source
      (origin
        (method git-fetch)
@@ -24782,7 +24782,7 @@ powerful Org contents.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ss71iy1xnhr3p4mmfbnbgvp7kjqxpqag49f851wgmmwwg8gajvd"))))
+        (base32 "10x1cinn97wlm3dmv35dxrs78gfzgw59qf4j57m3vgss5q93mqq5"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-htmlize emacs-org))



reply via email to

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