1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-02 23:54:07 +02:00

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

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.5.
This commit is contained in:
Nicolas Goaziou
2022-03-20 12:31:21 +01:00
parent 9f30c44590
commit e71cb813b9
+2 -2
View File
@@ -19593,7 +19593,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.12.4")
(version "3.12.5")
(source
(origin
(method git-fetch)
@@ -19602,7 +19602,7 @@ powerful Org contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0j7394zcbzqfk33g2xdyb3fmw3brxy8v66vvf1j9nqlskfddh7bn"))))
(base32 "1njib0ah1913lk3ma18y8m5k8jqki17i9298cc03k7vvfw3l19wz"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))