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
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24225,7 +24225,7 @@ (define-public emacs-org-reveal
(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 @@ (define-public emacs-org-re-reveal
(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))