me
/
guix
Archived
1
0
Fork 0

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
Nicolas Goaziou 2022-12-30 10:54:58 +01:00
parent 3ae2124917
commit 16d8b52435
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -22280,7 +22280,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.16.1")
(version "3.17.0")
(source
(origin
(method git-fetch)
@ -22289,7 +22289,7 @@ powerful Org contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1jzr7xlzinhfb0197anbkrr5zrs13f7kyznr5q3zyxdndhg6a53n"))))
(base32 "1bp3kz2awy2mizs59qsa2yl7wfa0197fklnramzifz6z2zv5kbrx"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))