guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Brett Gilio
Subject: [bug#38483] [PATCH] gnu: emacs-irony-mode: Update to 1.4.0.
Date: Tue, 03 Dec 2019 20:27:19 -0600

>From 72ae909bb0802b0e037b1f7eef4cb37a7337d090 Mon Sep 17 00:00:00 2001
From: Brett Gilio <address@hidden>
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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]