[PATCH 2/5] gnu: emacs-ht: Update to 2.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • 宋文武
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87d0nlvqgi.fsf@posteo.net
From 907102554df5560dd74e41bf5ff1023388456fe0 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Wed, 20 Feb 2019 19:58:02 -0600
Subject: [PATCH 2/5] gnu: emacs-ht: Update to 2.2.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 80dc9eb63..da2ea1806 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")
--
2.20.1
宋文武 wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34603-done@debbugs.gnu.org)
87h8ctg9tc.fsf@member.fsf.org
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (8 lines)
>>From 907102554df5560dd74e41bf5ff1023388456fe0 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Wed, 20 Feb 2019 19:58:02 -0600
> Subject: [PATCH 2/5] gnu: emacs-ht: Update to 2.2.
>
> * gnu/packages/emacs-xyz.scm (emacs-ht): Update to 2.2.
> ---

Done, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34603@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34603
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help