1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 08:35:58 +02:00

gnu: emacs-ht: Update to 2.2.

* gnu/packages/emacs-xyz.scm (emacs-ht): Update to 2.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Brett Gilio
2019-02-20 19:58:02 -06:00
committed by 宋文武
parent 498eb769c5
commit b6ecf3d7b6
+2 -2
View File
@@ -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")