mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-htmlize: Update to 1.56.
* gnu/packages/emacs-xyz.scm (emacs-htmlize): Update to 1.56.
This commit is contained in:
parent
e645194d80
commit
f0b0d67341
1 changed files with 2 additions and 2 deletions
|
@ -13509,7 +13509,7 @@ to the home page or read the comments in the source file,
|
||||||
(define-public emacs-htmlize
|
(define-public emacs-htmlize
|
||||||
(package
|
(package
|
||||||
(name "emacs-htmlize")
|
(name "emacs-htmlize")
|
||||||
(version "1.55")
|
(version "1.56")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13518,7 +13518,7 @@ to the home page or read the comments in the source file,
|
||||||
(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 "0gi3xshscpa53qrj8yplfsqahcilc2ybcc2p7gnh5nbnf2n1n97x"))))
|
(base32 "14m8si49br62lgx7asdyp9jysq0v6midrfk32sxy521ydqmqr3c1"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue