guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a8c84fcd78ec823f0dd67474b9e9c5eaa081a9c7
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 10:42:43 2025 +0200

    gnu: emacs-htmlize: Update to 1.59.
    
    * gnu/packages/emacs-xyz.scm (emacs-htmlize): Update to 1.59.
    [arguments]: Skip tests since there are none.
    
    Change-Id: I40d6d3cb7b8d6fa85a09229880a550d4c08b4ee3
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2f883e3b37..9ad47b2ea3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22335,7 +22335,7 @@ to the home page or read the comments in the source 
file,
 (define-public emacs-htmlize
   (package
     (name "emacs-htmlize")
-    (version "1.58")
+    (version "1.59")
     (source
      (origin
        (method git-fetch)
@@ -22344,8 +22344,9 @@ 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 "0xkp4sscrz6mpk96vhc59xp94ynfdyalq8npr1g8f6s32xavsga4"))))
+        (base32 "1kdria0h5pmrgdrrxrhf2wlxsmk4drq0byj7mnx4h73sd2ynhhr7"))))
     (build-system emacs-build-system)
+    (arguments (list #:tests? #false))  ;no tests
     (home-page "https://github.com/hniksic/emacs-htmlize";)
     (synopsis "Convert buffer text and decorations to HTML")
     (description "@code{emacs-htmlize} converts the buffer text and

Reply via email to