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

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.18.2.
This commit is contained in:
Nicolas Goaziou 2023-03-08 15:47:52 +01:00
parent 616ce7c959
commit 668250ddc4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22956,7 +22956,7 @@ (define-public emacs-org-reveal
(define-public emacs-org-re-reveal (define-public emacs-org-re-reveal
(package (package
(name "emacs-org-re-reveal") (name "emacs-org-re-reveal")
(version "3.17.0") (version "3.18.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -22965,7 +22965,7 @@ (define-public emacs-org-re-reveal
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1bp3kz2awy2mizs59qsa2yl7wfa0197fklnramzifz6z2zv5kbrx")))) (base32 "0v9403zjxays4c66xq3zq2285h77pn2ha7afx70xffjyynmvnz6i"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-htmlize emacs-org)) (list emacs-htmlize emacs-org))