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

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.16.1.
This commit is contained in:
Nicolas Goaziou 2022-10-08 21:02:06 +02:00
parent 0b7abd5ab7
commit 74f94e9ada
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21378,7 +21378,7 @@ (define-public emacs-org-reveal
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.16.0")
(version "3.16.1")
(source
(origin
(method git-fetch)
@ -21387,7 +21387,7 @@ (define-public emacs-org-re-reveal
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0w6v7x4y0wn8af48vfn8m5h46w09wncwgcc9q8pl3zf92s50drg7"))))
(base32 "1jzr7xlzinhfb0197anbkrr5zrs13f7kyznr5q3zyxdndhg6a53n"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))