mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: emacs-org-re-reveal: Update to 3.18.2.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.18.2.
This commit is contained in:
parent
616ce7c959
commit
668250ddc4
1 changed files with 2 additions and 2 deletions
|
@ -22956,7 +22956,7 @@ (define-public emacs-org-reveal
|
||||||
(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.17.0")
|
(version "3.18.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22965,7 +22965,7 @@ (define-public emacs-org-re-reveal
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bp3kz2awy2mizs59qsa2yl7wfa0197fklnramzifz6z2zv5kbrx"))))
|
(base32 "0v9403zjxays4c66xq3zq2285h77pn2ha7afx70xffjyynmvnz6i"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-htmlize emacs-org))
|
(list emacs-htmlize emacs-org))
|
||||||
|
|
Loading…
Reference in a new issue