summaryrefslogtreecommitdiff
path: root/gnu/packages/emacs-xyz.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-12-15 22:25:41 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-12-15 22:25:41 +0100
commit6b714d8d148050f51359d7dd69a6f06ba9054a68 (patch)
tree3f5705c1ae0356dbb2c75231eacef87f90cf5b7d /gnu/packages/emacs-xyz.scm
parent638850e68cb7d4fd48e11e59f1cf70eb25c65fe6 (diff)
downloadpatches-6b714d8d148050f51359d7dd69a6f06ba9054a68.tar
patches-6b714d8d148050f51359d7dd69a6f06ba9054a68.tar.gz
gnu: emacs-htmlize: Update to 1.55.
* gnu/packages/emacs-xyz.scm (emacs-htmlize): Update to 1.55.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2207261e5b..9d60e48733 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9134,7 +9134,7 @@ to the home page or read the comments in the source file,
(define-public emacs-htmlize
(package
(name "emacs-htmlize")
- (version "1.53")
+ (version "1.55")
(source
(origin
(method git-fetch)
@@ -9143,7 +9143,7 @@ to the home page or read the comments in the source file,
(commit (string-append "release/" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0dr235c0z8is3pi5xdgqyqljg6px0b2aya6qb79zkyi477bmz4ip"))))
+ (base32 "0gi3xshscpa53qrj8yplfsqahcilc2ybcc2p7gnh5nbnf2n1n97x"))))
(build-system emacs-build-system)
(home-page "https://github.com/hniksic/emacs-htmlize")
(synopsis "Convert buffer text and decorations to HTML")