me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-re-reveal: Update to 3.13.0.

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.13.0.
master
Vinicius Monego 2022-04-26 23:06:40 -03:00
parent b1ab688b9e
commit 48f0e98f2d
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -19617,7 +19617,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.12.5")
(version "3.13.0")
(source
(origin
(method git-fetch)
@ -19626,7 +19626,7 @@ powerful Org contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1njib0ah1913lk3ma18y8m5k8jqki17i9298cc03k7vvfw3l19wz"))))
(base32 "02y6qm4va43c25i7b0q3pvk888war64rrb2p9bmv5p8176dy1mjw"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))