[PATCH 3/5] gnu: emacs-tide: Update to 3.2.3.

  • 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)
87ftshvqgo.fsf@posteo.net
From f80ba8e140036ad50561b0fb7c14607223e8e4ea Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Wed, 20 Feb 2019 20:04:12 -0600
Subject: [PATCH 3/5] gnu: emacs-tide: Update to 3.2.3.

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

Toggle diff (23 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index da2ea1806..d498ebaf3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4366,14 +4366,14 @@ indentation and filling of comments and C preprocessor fontification.")
(define-public emacs-tide
(package
(name "emacs-tide")
- (version "2.8.3.1")
+ (version "3.2.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/ananthakumaran/tide"
"/archive/v" version ".tar.gz"))
(sha256
(base32
- "1k0kzqiv1hfs0kqm37947snzhrsmand3i9chvm6a2r5lb8v9q47y"))
+ "1c600myr2yqbkmy9lify38lz0zzjdqk1733db5n7vsay16vn6fzi"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system emacs-build-system)
(propagated-inputs
--
2.20.1
宋文武 wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34602-done@debbugs.gnu.org)
87d0nhg9se.fsf@member.fsf.org
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
>>From f80ba8e140036ad50561b0fb7c14607223e8e4ea Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Wed, 20 Feb 2019 20:04:12 -0600
> Subject: [PATCH 3/5] gnu: emacs-tide: Update to 3.2.3.
>
> * gnu/packages/emacs-xyz.scm (emacs-tide): Update to 3.2.3.

Pushed, thanks!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 34602
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