me
/
guix
Archived
1
0
Fork 0

gnu: emacs-irony-mode: Update to 1.4.0.

* gnu/packages/emacs-xyz.scm (emacs-irony-mode): Update to 1.4.0.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
master
Brett Gilio 2019-12-03 20:27:19 -06:00 committed by Ricardo Wurmus
parent 362e5f9408
commit d6445fa690
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3644,7 +3644,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)
@ -3654,7 +3654,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