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

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

Change-Id: I79a195184b5d2ad842e4738862086c0b595b967c
This commit is contained in:
Nicolas Goaziou 2024-01-21 23:57:37 +01:00
parent 396d84071f
commit 1c17b444c6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -25036,7 +25036,7 @@ (define-public emacs-org-reveal
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.25.0")
(version "3.25.1")
(source
(origin
(method git-fetch)
@ -25045,7 +25045,7 @@ (define-public emacs-org-re-reveal
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "13q45c2a4y6pkaiixf931j4rq6sfpklxx854xwadik4a3mm06ipi"))))
(base32 "0ayiaqci969d8q3nc0aq0a9djl84lckj2sc5nndbb1bvvhz49xq1"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))