guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: emacs-ht: Update to 2.2.


From: guix-commits
Subject: 03/05: gnu: emacs-ht: Update to 2.2.
Date: Sat, 23 Feb 2019 22:09:06 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit b6ecf3d7b635fc6e8ee4f4cad17476f738cd5fab
Author: Brett Gilio <address@hidden>
Date:   Wed Feb 20 19:58:02 2019 -0600

    gnu: emacs-ht: Update to 2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-ht): Update to 2.2.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 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 80dc9eb..da2ea18 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5600,7 +5600,7 @@ procedures for emacs-lisp-mode.")
 (define-public emacs-ht
   (package
     (name "emacs-ht")
-    (version "2.1")
+    (version "2.2")
     (source
      (origin
        (method url-fetch)
@@ -5610,7 +5610,7 @@ procedures for emacs-lisp-mode.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1lpba36kzxcc966fvsbrfpy8ah9gnvay0yk26gbyjil0rggrbqzj"))))
+         "0fsi27gdrh2dgwdbq43vnw5sz25war6shlxaclr60fl7krpxjkzf"))))
     (build-system emacs-build-system)
     (propagated-inputs `(("emacs-dash" ,emacs-dash)))
     (home-page "https://github.com/Wilfred/ht.el";)



reply via email to

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