GNU bug report logs -
#38483
[PATCH] gnu: emacs-irony-mode: Update to 1.4.0.
Previous Next
Reported by: Brett Gilio <brettg <at> posteo.net>
Date: Wed, 4 Dec 2019 02:28:03 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
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
#38483: [PATCH] gnu: emacs-irony-mode: Update to 1.4.0.
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 38483 <at> debbugs.gnu.org.
--
38483: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38483
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 72ae909bb0802b0e037b1f7eef4cb37a7337d090 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> Date: Tue, 3 Dec 2019 20:17:25 -0600
> Subject: [PATCH] gnu: emacs-irony-mode: Update to 1.4.0.
>
> * gnu/packages/emacs-xyz.scm (emacs-irony-mode): Update to 1.4.0.
Thank you for the patch!
I applied and pushed it (19e67f8216).
--
Ricardo
[Message part 3 (message/rfc822, inline)]
[0001-gnu-emacs-irony-mode-Update-to-1.4.0.patch (text/x-patch, inline)]
From 72ae909bb0802b0e037b1f7eef4cb37a7337d090 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
Date: Tue, 3 Dec 2019 20:17:25 -0600
Subject: [PATCH] gnu: emacs-irony-mode: Update to 1.4.0.
* gnu/packages/emacs-xyz.scm (emacs-irony-mode): Update to 1.4.0.
---
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 08e151391c..597cbd5303 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3647,7 +3647,7 @@ These are distributed in separate files and can be used individually.")
(define-public emacs-irony-mode
(package
(name "emacs-irony-mode")
- (version "1.2.0")
+ (version "1.4.0")
(home-page "https://github.com/Sarcasm/irony-mode")
(source (origin
(method git-fetch)
@@ -3657,7 +3657,7 @@ These are distributed in separate files and can be used individually.")
(file-name (git-file-name name version))
(sha256
(base32
- "0nhjrnlmss535jbshjjd30vydbr8py21vkx4p294w6d8vg2rssf8"))))
+ "0n2nfcq58md1p2xdhq1smh8v7lsyj0ci7ma5xyd6bkg5rvhsh10i"))))
(build-system emacs-build-system)
(inputs `(("server" ,emacs-irony-mode-server)))
(arguments `(#:phases
--
2.24.0
This bug report was last modified 5 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.