GNU bug report logs -
#34602
[PATCH 3/5] gnu: emacs-tide: Update to 3.2.3.
Previous Next
Reported by: Brett Gilio <brettg <at> posteo.net>
Date: Thu, 21 Feb 2019 02:21:03 UTC
Severity: normal
Tags: patch
Done: iyzsong <at> member.fsf.org (宋文武)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#34602: [PATCH 3/5] gnu: emacs-tide: Update to 3.2.3.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 34602 <at> debbugs.gnu.org.
--
34602: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34602
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Brett Gilio <brettg <at> posteo.net> writes:
>>From f80ba8e140036ad50561b0fb7c14607223e8e4ea Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> 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!
[Message part 3 (message/rfc822, inline)]
[0003-gnu-emacs-tide-Update-to-3.2.3.patch (text/x-patch, inline)]
From f80ba8e140036ad50561b0fb7c14607223e8e4ea Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> 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(-)
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
This bug report was last modified 6 years and 169 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.