me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.23.0.
master
Nicolas Goaziou 2023-10-03 21:27:08 +02:00
parent 415b4b8601
commit 8d6111953e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -24457,7 +24457,7 @@ powerful Org contents.")
(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.19.2") (version "3.23.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -24466,7 +24466,7 @@ powerful Org contents.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "06i7a64yqlcwzpbk7fdsz16q99nxfizhl4944cc7mg7hh53fbqrs")))) (base32 "1ss71iy1xnhr3p4mmfbnbgvp7kjqxpqag49f851wgmmwwg8gajvd"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-htmlize emacs-org)) (list emacs-htmlize emacs-org))