diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 04:03:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 04:56:34 +0200 |
commit | 80683c1e00162696cc686c44a536d3fc34000ee2 (patch) | |
tree | 7b6c7fc73047a118f7aa04bebe5a92d4e3e2e54e | |
parent | 3321234cf302ee6fdde6e0e7f48aacf3f647ed1a (diff) | |
download | patches-80683c1e00162696cc686c44a536d3fc34000ee2.tar patches-80683c1e00162696cc686c44a536d3fc34000ee2.tar.gz |
gnu: emacs-htmlize: Update to 1.53.
* gnu/packages/emacs.scm (emacs-htmlize): Update to 1.53.
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 1829c5900c..7a8ddaf227 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -5865,7 +5865,7 @@ source file, @file{jl-encrypt.el}.") (define-public emacs-htmlize (package (name "emacs-htmlize") - (version "1.51") + (version "1.53") (source (origin (method url-fetch) @@ -5875,7 +5875,7 @@ source file, @file{jl-encrypt.el}.") (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") |