mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: emacs-irony-mode: Update to 1.6.1.
* gnu/packages/emacs-xyz.scm (emacs-irony-mode): Update to 1.6.1. Change-Id: I303b26b3f4891a6ef2a9f8c2d55456c7a555f06f
This commit is contained in:
parent
ee00dd9a50
commit
81ade34415
1 changed files with 2 additions and 2 deletions
|
@ -9194,7 +9194,7 @@ (define-public emacs-company-posframe
|
|||
(define-public emacs-irony-mode
|
||||
(package
|
||||
(name "emacs-irony-mode")
|
||||
(version "1.6.0")
|
||||
(version "1.6.1")
|
||||
(home-page "https://github.com/Sarcasm/irony-mode")
|
||||
(source
|
||||
(origin
|
||||
|
@ -9204,7 +9204,7 @@ (define-public emacs-irony-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1zwmarjy9lzi57m82dw67aj69cn4nscdgp4fm8glx1krk9xh35hp"))))
|
||||
(base32 "1w0rd74kjgda7mjbf853yavppkgzdfyw1a2hgskbqbbjii3mr1zy"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue