mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: emacs-org-re-reveal: Update to 3.9.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.9.0.
This commit is contained in:
parent
42178c86f0
commit
b037cac225
1 changed files with 2 additions and 2 deletions
|
@ -17924,7 +17924,7 @@ (define-public emacs-org-reveal
|
|||
(define-public emacs-org-re-reveal
|
||||
(package
|
||||
(name "emacs-org-re-reveal")
|
||||
(version "3.7.0")
|
||||
(version "3.9.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -17933,7 +17933,7 @@ (define-public emacs-org-re-reveal
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vzn0l8ig4rzh5h8j7kxn8kslqrij97qqv98fbnlwmrw4z87v8dr"))))
|
||||
"1w6zvgfcyjqlxy4s13h7w66vv0fcid57s6vigzgnzi666w86fdyh"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-htmlize" ,emacs-htmlize)
|
||||
|
|
Loading…
Reference in a new issue