gnu: emacs-cider: Update to 0.21.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.21.0.
This commit is contained in:
parent
4354569dd8
commit
208946e1f3
|
@ -5374,7 +5374,7 @@ target will call @code{compile} on it.")
|
||||||
(define-public emacs-cider
|
(define-public emacs-cider
|
||||||
(package
|
(package
|
||||||
(name "emacs-cider")
|
(name "emacs-cider")
|
||||||
(version "0.20.0")
|
(version "0.21.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5384,7 +5384,7 @@ target will call @code{compile} on it.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lfhzg9c931jbx27hpshk3l76gwbp6ggf668sqa77xrvymwdlsnw"))))
|
"0lbrwj67fnvynkdkzvnzp3p8vqlz0ldrcs317vg60bqfhx7hvqkj"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:exclude ; Don't exclude 'cider-test.el'.
|
'(#:exclude ; Don't exclude 'cider-test.el'.
|
||||||
|
|
Loading…
Reference in New Issue