mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-org-re-reveal: Update to 3.28.1.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.28.1. Change-Id: I19cf1de787038bffac2ad5d5ac1ae6625d50f237
This commit is contained in:
parent
3add97c776
commit
c7905df7ba
1 changed files with 2 additions and 2 deletions
|
@ -25305,7 +25305,7 @@ (define-public emacs-org-reveal
|
|||
(define-public emacs-org-re-reveal
|
||||
(package
|
||||
(name "emacs-org-re-reveal")
|
||||
(version "3.26.0")
|
||||
(version "3.28.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25314,7 +25314,7 @@ (define-public emacs-org-re-reveal
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11if1c1a0i6i2wagjwqmvp2hfkv3slpq7r6dfbpkhlmils2hxr9p"))))
|
||||
(base32 "09rcjxqv8i7d87x8cnyblpnm3flpa7mdg609fvbzbs6dsc24zpjl"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-htmlize emacs-org))
|
||||
|
|
Loading…
Reference in a new issue