[PATCH] gnu: emacs-irony-mode: Update to 1.4.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 5 years ago
(address . guix-patches@gnu.org)
87eexkj054.fsf@posteo.net
From 72ae909bb0802b0e037b1f7eef4cb37a7337d090 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@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(-)

Toggle diff (24 lines)
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
Ricardo Wurmus wrote 5 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 38483-done@debbugs.gnu.org)
87r21kecjg.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 72ae909bb0802b0e037b1f7eef4cb37a7337d090 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@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
Closed
?
Your comment

This issue is archived.

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

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