guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-irony-mode: Update to 1.5.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-irony-mode: Update to 1.5.0.
Date: Mon, 13 Sep 2021 15:20:57 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4dee15e  gnu: emacs-irony-mode: Update to 1.5.0.
4dee15e is described below

commit 4dee15e456e121fc3dffc2466d3af610a45af188
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Sep 11 22:45:07 2021 +0000

    gnu: emacs-irony-mode: Update to 1.5.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-irony-mode, emacs-irony-mode-server,
    emacs-irony-eldoc): Update to 1.5.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 e31fc60..f8a01be 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6253,7 +6253,7 @@ languages.")
 (define-public emacs-irony-mode
   (package
     (name "emacs-irony-mode")
-    (version "1.4.0")
+    (version "1.5.0")
     (home-page "https://github.com/Sarcasm/irony-mode";)
     (source (origin
               (method git-fetch)
@@ -6263,7 +6263,7 @@ languages.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0n2nfcq58md1p2xdhq1smh8v7lsyj0ci7ma5xyd6bkg5rvhsh10i"))))
+                "1ilvfqn7hzrjjy2zrv08dbdnmgksdgsmrdcvx05s8704430ag0pb"))))
     (build-system emacs-build-system)
     (inputs `(("server" ,emacs-irony-mode-server)))
     (arguments `(#:phases



reply via email to

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