mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-org-re-reveal: Update to 3.32.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.32.0. Change-Id: Ifb6deb4f43e2d7715888b802a9a721b666c92ed8
This commit is contained in:
parent
459e3fb691
commit
1f53c9e62f
1 changed files with 2 additions and 2 deletions
|
@ -25967,7 +25967,7 @@ (define-public emacs-org-reveal
|
|||
(define-public emacs-org-re-reveal
|
||||
(package
|
||||
(name "emacs-org-re-reveal")
|
||||
(version "3.29.1")
|
||||
(version "3.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25976,7 +25976,7 @@ (define-public emacs-org-re-reveal
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ql684l6jny3r3c7xa5m3mfgv89j0jpjan6a05gfay6m1pgsg9iy"))))
|
||||
(base32 "02na8jxnncq98gkh3cqsikwjmang26yd9jm8irhd9rjnb2y2yyjn"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-htmlize emacs-org))
|
||||
|
|
Loading…
Reference in a new issue