me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-reveal: Update to 3.12.4.

* gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 3.12.4.
master
Nicolas Goaziou 2021-11-02 12:31:10 +01:00
parent 1e727e1adb
commit 48ad405601
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -18958,7 +18958,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.12.3") (version "3.12.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -18967,7 +18967,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 "08ai87b6nybg0l7y8falb53wwvdv8hr3jzj5q995x48ylw6r1582")))) (base32 "0j7394zcbzqfk33g2xdyb3fmw3brxy8v66vvf1j9nqlskfddh7bn"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-htmlize" ,emacs-htmlize) `(("emacs-htmlize" ,emacs-htmlize)