mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-htmlize: Update to 1.58.
* gnu/packages/emacs-xyz.scm (emacs-htmlize): Update to 1.58. Change-Id: Ice780c16e9bd5d6b2af12f8578383a0c96a6deee Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
2263c61aef
commit
786eb92c0f
1 changed files with 2 additions and 2 deletions
|
@ -19580,7 +19580,7 @@ (define-public emacs-extend-smime
|
|||
(define-public emacs-htmlize
|
||||
(package
|
||||
(name "emacs-htmlize")
|
||||
(version "1.56")
|
||||
(version "1.58")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -19589,7 +19589,7 @@ (define-public emacs-htmlize
|
|||
(commit (string-append "release/" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14m8si49br62lgx7asdyp9jysq0v6midrfk32sxy521ydqmqr3c1"))))
|
||||
(base32 "0xkp4sscrz6mpk96vhc59xp94ynfdyalq8npr1g8f6s32xavsga4"))))
|
||||
(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