mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01: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:
parent
398c95f986
commit
bad1e5697c
1 changed files with 2 additions and 2 deletions
|
@ -17081,7 +17081,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.1.1")
|
(version "3.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -17090,7 +17090,7 @@ powerful Org contents.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0an799lxy1j48zlg00982d1rhg46ls4fz4v7r7qdh6228icq5hij"))))
|
"1vzn0l8ig4rzh5h8j7kxn8kslqrij97qqv98fbnlwmrw4z87v8dr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-htmlize" ,emacs-htmlize)
|
`(("emacs-htmlize" ,emacs-htmlize)
|
||||||
|
|
Loading…
Add table
Reference in a new issue