gnu: emacs-ox-hugo: Update to 0.12.2.
* gnu/packages/emacs-xyz.scm (emacs-ox-hugo): Update to 0.12.2.master
parent
0231871eb9
commit
7af6a2caff
|
@ -27524,7 +27524,7 @@ producing output appropriate for Haunt's @code{html-reader}.")
|
||||||
(define-public emacs-ox-hugo
|
(define-public emacs-ox-hugo
|
||||||
(package
|
(package
|
||||||
(name "emacs-ox-hugo")
|
(name "emacs-ox-hugo")
|
||||||
(version "0.12.1")
|
(version "0.12.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -27534,7 +27534,7 @@ producing output appropriate for Haunt's @code{html-reader}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q4gyjzvxzw6a0phw2x2v9n43i28n3g9m7szwbhzch4j6ggxzcw4"))))
|
"054ln6x92qyicvc5l1m9yjqqzwpg3j66v0shxsypp97vfw2d3ww6"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-tomelr))
|
(list emacs-tomelr))
|
||||||
|
|
Reference in New Issue