me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.15.0.
Nicolas Goaziou 2022-08-15 10:32:18 +02:00
parent 82fbb54207
commit f6709ee234
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -20309,7 +20309,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.14.1")
(version "3.15.0")
(source
(origin
(method git-fetch)
@ -20318,7 +20318,7 @@ powerful Org contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "180dn5iywarljbmx8lm61y30n2d800kg96psrvc8ghfglnvp6964"))))
(base32 "0mn7qn80289gizvnxyjjs00b7qmlf0692kai7qgzgfj6i87pjc38"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))