/build-aux/

tent'>
diff options
context:
space:
mode:
authorSuhail Singh <suhailsingh247@gmail.com>2024-09-17 19:14:30 -0400
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2024-09-29 11:10:30 +0200
commit786eb92c0f1ea8a22c9cf160440cd0722052e6f8 (patch)
treea30481cf1d9cc5b159a64cb08aa99f1ac83c5019
parent2263c61aef3fbc374b2eae8abcd1498d19ad7124 (diff)
downloadguix-786eb92c0f1ea8a22c9cf160440cd0722052e6f8.tar.gz
guix-786eb92c0f1ea8a22c9cf160440cd0722052e6f8.zip
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>
Diffstat
-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 05077d331d..8158a6bdfb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19580,7 +19580,7 @@ to the home page or read the comments in the source file,
(define-public emacs-htmlize
(package
(name "emacs-htmlize")
- (version "1.56")
+ (version "1.58")
(source
(origin
(method git-fetch)
@@ -19589,7 +19589,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 "14m8si49br62lgx7asdyp9jysq0v6midrfk32sxy521ydqmqr3c1"))))
+ (base32 "0xkp4sscrz6mpk96vhc59xp94ynfdyalq8npr1g8f6s32xavsga4"))))
(build-system emacs-build-system)
(home-page "https://github.com/hniksic/emacs-htmlize")
(synopsis "Convert buffer text and decorations to HTML")