gnu: emacs-org-re-reveal: Update to 3.17.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.17.0.master
parent
3ae2124917
commit
16d8b52435
|
@ -22280,7 +22280,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.16.1")
|
(version "3.17.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22289,7 +22289,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 "1jzr7xlzinhfb0197anbkrr5zrs13f7kyznr5q3zyxdndhg6a53n"))))
|
(base32 "1bp3kz2awy2mizs59qsa2yl7wfa0197fklnramzifz6z2zv5kbrx"))))
|
||||||
(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 New Issue