gnu: emacs-htmlize: Update to 1.53.

* gnu/packages/emacs.scm (emacs-htmlize): Update to 1.53.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-20 04:03:27 +02:00
parent 3321234cf3
commit 80683c1e00
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5865,7 +5865,7 @@ (define-public emacs-default-encrypt
(define-public emacs-htmlize
(package
(name "emacs-htmlize")
(version "1.51")
(version "1.53")
(source
(origin
(method url-fetch)
@ -5875,7 +5875,7 @@ (define-public emacs-htmlize
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1fy1lybzrxl8a8r88f6p19nz8ygmvcxhxbnymkxh7jqaz25viwld"))))
"1lzaf9m1qr9dhw4nn53g6wszk2vqw95gpsbrc3y85bams4cn24ga"))))
(build-system emacs-build-system)
(home-page "https://github.com/hniksic/emacs-htmlize")
(synopsis "Convert buffer text and decorations to HTML")