mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: emacs-htmlize: Update to 1.55.
* gnu/packages/emacs-xyz.scm (emacs-htmlize): Update to 1.55.
This commit is contained in:
parent
638850e68c
commit
6b714d8d14
1 changed files with 2 additions and 2 deletions
|
@ -9134,7 +9134,7 @@ (define-public emacs-extend-smime
|
||||||
(define-public emacs-htmlize
|
(define-public emacs-htmlize
|
||||||
(package
|
(package
|
||||||
(name "emacs-htmlize")
|
(name "emacs-htmlize")
|
||||||
(version "1.53")
|
(version "1.55")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9143,7 +9143,7 @@ (define-public emacs-htmlize
|
||||||
(commit (string-append "release/" version))))
|
(commit (string-append "release/" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dr235c0z8is3pi5xdgqyqljg6px0b2aya6qb79zkyi477bmz4ip"))))
|
(base32 "0gi3xshscpa53qrj8yplfsqahcilc2ybcc2p7gnh5nbnf2n1n97x"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/hniksic/emacs-htmlize")
|
(home-page "https://github.com/hniksic/emacs-htmlize")
|
||||||
(synopsis "Convert buffer text and decorations to HTML")
|
(synopsis "Convert buffer text and decorations to HTML")
|
||||||
|
|
Loading…
Reference in a new issue