mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: emacs-org-re-reveal: Update to 3.1.1.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.1.1.
This commit is contained in:
parent
fbd36a2334
commit
fdaba559d0
1 changed files with 2 additions and 2 deletions
|
@ -15428,7 +15428,7 @@ powerful Org contents.")
|
|||
(define-public emacs-org-re-reveal
|
||||
(package
|
||||
(name "emacs-org-re-reveal")
|
||||
(version "3.1.0")
|
||||
(version "3.1.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -15437,7 +15437,7 @@ powerful Org contents.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cmvqr97vx22lw510z0k2nsy5xfgnz2lvchmx5sdxrqz54pz1wfq"))))
|
||||
"0an799lxy1j48zlg00982d1rhg46ls4fz4v7r7qdh6228icq5hij"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-htmlize" ,emacs-htmlize)
|
||||
|
|
Loading…
Add table
Reference in a new issue