mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: emacs-ox-hugo: Update to 0.12.1.
* gnu/packages/emacs-xyz.scm (emacs-ox-hugo): Update to 0.12.1. [propagated-inputs]: Add emacs-tomelr. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
ddf1f0b1a2
commit
ca3be65f5d
1 changed files with 4 additions and 2 deletions
|
@ -27234,7 +27234,7 @@ (define-public emacs-ox-haunt
|
|||
(define-public emacs-ox-hugo
|
||||
(package
|
||||
(name "emacs-ox-hugo")
|
||||
(version "0.8")
|
||||
(version "0.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27244,8 +27244,10 @@ (define-public emacs-ox-hugo
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11h464cyc28ld0b0zridgm4drydc1qjxbm1y24zrwlkyqqjk6yr7"))))
|
||||
"0q4gyjzvxzw6a0phw2x2v9n43i28n3g9m7szwbhzch4j6ggxzcw4"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-tomelr))
|
||||
(home-page "https://ox-hugo.scripter.co")
|
||||
(synopsis "Hugo markdown back-end for Org export engine")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue