me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-ox-hugo): Update to 0.12.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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))