mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-htmlize: Update to 1.53.
* gnu/packages/emacs.scm (emacs-htmlize): Update to 1.53.
This commit is contained in:
parent
3321234cf3
commit
80683c1e00
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue