1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

gnu: emacs-org-re-reveal: Update to 3.23.0.

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.23.0.
This commit is contained in:
Nicolas Goaziou
2023-10-03 21:27:08 +02:00
parent 415b4b8601
commit 8d6111953e
+2 -2
View File
@@ -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))