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

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.15.0.
This commit is contained in:
Nicolas Goaziou 2022-08-15 10:32:18 +02:00
parent 82fbb54207
commit f6709ee234
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20309,7 +20309,7 @@ (define-public emacs-org-reveal
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.14.1")
(version "3.15.0")
(source
(origin
(method git-fetch)
@ -20318,7 +20318,7 @@ (define-public emacs-org-re-reveal
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "180dn5iywarljbmx8lm61y30n2d800kg96psrvc8ghfglnvp6964"))))
(base32 "0mn7qn80289gizvnxyjjs00b7qmlf0692kai7qgzgfj6i87pjc38"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))