guix-commits
[Top][All Lists]
Advanced

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

26/36: gnu: emacs-htmlize: Update to 1.53.


From: Tobias Geerinckx-Rice
Subject: 26/36: gnu: emacs-htmlize: Update to 1.53.
Date: Tue, 19 Jun 2018 23:27:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 80683c1e00162696cc686c44a536d3fc34000ee2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 04:03:27 2018 +0200

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 1829c59..7a8ddaf 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")



reply via email to

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