gnu: emacs-flycheck: Update to 30.

* gnu/packages/emacs.scm (emacs-flycheck): Update to 30.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Vasile Dumitrascu 2017-04-13 14:10:07 +02:00 committed by Arun Isaac
parent f8d69be008
commit 50edf7fc43
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 2 deletions

View File

@ -730,7 +730,7 @@ the body are let-bound and this search is done at compile time.")
(define-public flycheck (define-public flycheck
(package (package
(name "emacs-flycheck") (name "emacs-flycheck")
(version "28") (version "30")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -738,7 +738,7 @@ the body are let-bound and this search is done at compile time.")
version "/flycheck-" version ".tar")) version "/flycheck-" version ".tar"))
(sha256 (sha256
(base32 (base32
"1yjxivk11d7w39zfhj2xr4h6xhwx1aj6yhyzd63rjrad7xpjfl86")))) "1rxzkaqsj48z3nska5wsgwafvwkam014dzqd32baycmxjl0jxvy7"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)