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

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.32.0.

Change-Id: Ifb6deb4f43e2d7715888b802a9a721b666c92ed8
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:10:23 +02:00
parent 459e3fb691
commit 1f53c9e62f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -25967,7 +25967,7 @@ (define-public emacs-org-reveal
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.29.1")
(version "3.32.0")
(source
(origin
(method git-fetch)
@ -25976,7 +25976,7 @@ (define-public emacs-org-re-reveal
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1ql684l6jny3r3c7xa5m3mfgv89j0jpjan6a05gfay6m1pgsg9iy"))))
(base32 "02na8jxnncq98gkh3cqsikwjmang26yd9jm8irhd9rjnb2y2yyjn"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))