gnu: emacs-ox-hugo: Update to 0.12.2.

* gnu/packages/emacs-xyz.scm (emacs-ox-hugo): Update to 0.12.2.
This commit is contained in:
Nicolas Goaziou 2022-07-06 20:25:52 +02:00
parent 0231871eb9
commit 7af6a2caff
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -27524,7 +27524,7 @@ producing output appropriate for Haunt's @code{html-reader}.")
(define-public emacs-ox-hugo
(package
(name "emacs-ox-hugo")
(version "0.12.1")
(version "0.12.2")
(source
(origin
(method git-fetch)
@ -27534,7 +27534,7 @@ producing output appropriate for Haunt's @code{html-reader}.")
(file-name (git-file-name name version))
(sha256
(base32
"0q4gyjzvxzw6a0phw2x2v9n43i28n3g9m7szwbhzch4j6ggxzcw4"))))
"054ln6x92qyicvc5l1m9yjqqzwpg3j66v0shxsypp97vfw2d3ww6"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-tomelr))