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

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.14.1.
This commit is contained in:
Nicolas Goaziou 2022-07-06 21:57:32 +02:00
parent d3e406caf2
commit 20a0ed8cf5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -20240,7 +20240,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.13.0")
(version "3.14.1")
(source
(origin
(method git-fetch)
@ -20249,7 +20249,7 @@ powerful Org contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "02y6qm4va43c25i7b0q3pvk888war64rrb2p9bmv5p8176dy1mjw"))))
(base32 "180dn5iywarljbmx8lm61y30n2d800kg96psrvc8ghfglnvp6964"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))