diff options
author | Vasile Dumitrascu <va511e@yahoo.com> | 2017-04-13 14:10:07 +0200 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2017-04-13 18:29:52 +0530 |
commit | 50edf7fc43659d1955d441c257ce8a01cb4b92bf (patch) | |
tree | 836f42d3b4da88fc270f8cea95ec71f30b79f9d9 /gnu/packages | |
parent | f8d69be0082131450653bef9c0afa336328e3c80 (diff) | |
download | patches-50edf7fc43659d1955d441c257ce8a01cb4b92bf.tar patches-50edf7fc43659d1955d441c257ce8a01cb4b92bf.tar.gz |
gnu: emacs-flycheck: Update to 30.
* gnu/packages/emacs.scm (emacs-flycheck): Update to 30.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 95ffd95308..3f335b16cb 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -730,7 +730,7 @@ the body are let-bound and this search is done at compile time.") (define-public flycheck (package (name "emacs-flycheck") - (version "28") + (version "30") (source (origin (method url-fetch) (uri (string-append @@ -738,7 +738,7 @@ the body are let-bound and this search is done at compile time.") version "/flycheck-" version ".tar")) (sha256 (base32 - "1yjxivk11d7w39zfhj2xr4h6xhwx1aj6yhyzd63rjrad7xpjfl86")))) + "1rxzkaqsj48z3nska5wsgwafvwkam014dzqd32baycmxjl0jxvy7")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-dash" ,emacs-dash) |