gnu: emacs-htmlize: Update to 1.55.

* gnu/packages/emacs-xyz.scm (emacs-htmlize): Update to 1.55.
This commit is contained in:
Nicolas Goaziou 2019-12-15 22:25:41 +01:00
parent 638850e68c
commit 6b714d8d14
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9134,7 +9134,7 @@ (define-public emacs-extend-smime
(define-public emacs-htmlize
(package
(name "emacs-htmlize")
(version "1.53")
(version "1.55")
(source
(origin
(method git-fetch)
@ -9143,7 +9143,7 @@ (define-public emacs-htmlize
(commit (string-append "release/" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0dr235c0z8is3pi5xdgqyqljg6px0b2aya6qb79zkyi477bmz4ip"))))
(base32 "0gi3xshscpa53qrj8yplfsqahcilc2ybcc2p7gnh5nbnf2n1n97x"))))
(build-system emacs-build-system)
(home-page "https://github.com/hniksic/emacs-htmlize")
(synopsis "Convert buffer text and decorations to HTML")