1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 09:40:28 +02:00

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

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.7.0.
This commit is contained in:
Nicolas Goaziou
2021-02-17 14:08:53 +01:00
parent 398c95f986
commit bad1e5697c

View File

@@ -17081,7 +17081,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.1.1")
(version "3.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -17090,7 +17090,7 @@ powerful Org contents.")
(file-name (git-file-name name version))
(sha256
(base32
"0an799lxy1j48zlg00982d1rhg46ls4fz4v7r7qdh6228icq5hij"))))
"1vzn0l8ig4rzh5h8j7kxn8kslqrij97qqv98fbnlwmrw4z87v8dr"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-htmlize" ,emacs-htmlize)