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

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

Change-Id: I1ec338c89c648b0144ab7511d4a8e6e44644918e
This commit is contained in:
Nicolas Goaziou 2024-03-25 14:36:58 +01:00
parent a976ef8f2e
commit 882179c24f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -25256,7 +25256,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.25.1")
(version "3.26.0")
(source
(origin
(method git-fetch)
@ -25265,7 +25265,7 @@ powerful Org contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0ayiaqci969d8q3nc0aq0a9djl84lckj2sc5nndbb1bvvhz49xq1"))))
(base32 "11if1c1a0i6i2wagjwqmvp2hfkv3slpq7r6dfbpkhlmils2hxr9p"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))