1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 05:00:29 +02:00

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

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.19.2.
This commit is contained in:
Nicolas Goaziou
2023-09-01 21:57:48 +02:00
parent 12d02caeee
commit a310852cad

View File

@@ -24225,7 +24225,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.18.3")
(version "3.19.2")
(source
(origin
(method git-fetch)
@@ -24234,7 +24234,7 @@ powerful Org contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "124f59yj0w5linph4k38fil42jc6nvkzhx73312farkmn4p9r9zk"))))
(base32 "06i7a64yqlcwzpbk7fdsz16q99nxfizhl4944cc7mg7hh53fbqrs"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))