gnu: emacs-org-re-reveal: Update to 3.13.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.13.0.
This commit is contained in:
parent
b1ab688b9e
commit
48f0e98f2d
1 changed files with 2 additions and 2 deletions
|
@ -19617,7 +19617,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.12.5")
|
(version "3.13.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -19626,7 +19626,7 @@ powerful Org contents.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1njib0ah1913lk3ma18y8m5k8jqki17i9298cc03k7vvfw3l19wz"))))
|
(base32 "02y6qm4va43c25i7b0q3pvk888war64rrb2p9bmv5p8176dy1mjw"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-htmlize emacs-org))
|
(list emacs-htmlize emacs-org))
|
||||||
|
|
Reference in a new issue