gnu: emacs-org-re-reveal: Update to 3.29.1.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.29.1. Change-Id: Idbeb2a6e8a86f41d25d18d478df873cafffb8434
This commit is contained in:
parent
57b37bc399
commit
552dd1d6eb
1 changed files with 2 additions and 2 deletions
|
@ -25898,7 +25898,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.28.2")
|
(version "3.29.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -25907,7 +25907,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 "1qbp198xg8pkd9zdvapq8bdsxilgqqync8m3r1csg8nz8lbpkk1b"))))
|
(base32 "1ql684l6jny3r3c7xa5m3mfgv89j0jpjan6a05gfay6m1pgsg9iy"))))
|
||||||
(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