guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-htmlize: Update to 1.56.


From: guix-commits
Subject: branch master updated: gnu: emacs-htmlize: Update to 1.56.
Date: Thu, 26 Aug 2021 04:27:09 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f0b0d67  gnu: emacs-htmlize: Update to 1.56.
f0b0d67 is described below

commit f0b0d6734118b82d78f900be248199a05726366d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 26 10:26:42 2021 +0200

    gnu: emacs-htmlize: Update to 1.56.
    
    * gnu/packages/emacs-xyz.scm (emacs-htmlize): Update to 1.56.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 553cc80..eaf7dac 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13509,7 +13509,7 @@ to the home page or read the comments in the source 
file,
 (define-public emacs-htmlize
   (package
     (name "emacs-htmlize")
-    (version "1.55")
+    (version "1.56")
     (source
      (origin
        (method git-fetch)
@@ -13518,7 +13518,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 "0gi3xshscpa53qrj8yplfsqahcilc2ybcc2p7gnh5nbnf2n1n97x"))))
+        (base32 "14m8si49br62lgx7asdyp9jysq0v6midrfk32sxy521ydqmqr3c1"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/hniksic/emacs-htmlize";)
     (synopsis "Convert buffer text and decorations to HTML")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]