mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-org-re-reveal: Update to 3.23.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.23.0.
This commit is contained in:
parent
415b4b8601
commit
8d6111953e
1 changed files with 2 additions and 2 deletions
|
@ -24457,7 +24457,7 @@ (define-public emacs-org-reveal
|
|||
(define-public emacs-org-re-reveal
|
||||
(package
|
||||
(name "emacs-org-re-reveal")
|
||||
(version "3.19.2")
|
||||
(version "3.23.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -24466,7 +24466,7 @@ (define-public emacs-org-re-reveal
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "06i7a64yqlcwzpbk7fdsz16q99nxfizhl4944cc7mg7hh53fbqrs"))))
|
||||
(base32 "1ss71iy1xnhr3p4mmfbnbgvp7kjqxpqag49f851wgmmwwg8gajvd"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-htmlize emacs-org))
|
||||
|
|
Loading…
Reference in a new issue