gnu: emacs-cider: Update to 0.21.0.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.21.0.
master
Jelle Licht 2019-04-03 15:51:48 +02:00
parent 4354569dd8
commit 208946e1f3
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 2 additions and 2 deletions

View File

@ -5374,7 +5374,7 @@ target will call @code{compile} on it.")
(define-public emacs-cider
(package
(name "emacs-cider")
(version "0.20.0")
(version "0.21.0")
(source
(origin
(method git-fetch)
@ -5384,7 +5384,7 @@ target will call @code{compile} on it.")
(file-name (git-file-name name version))
(sha256
(base32
"0lfhzg9c931jbx27hpshk3l76gwbp6ggf668sqa77xrvymwdlsnw"))))
"0lbrwj67fnvynkdkzvnzp3p8vqlz0ldrcs317vg60bqfhx7hvqkj"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ; Don't exclude 'cider-test.el'.