gnu: emacs-cider: Update to 0.15.1.

* gnu/packages/emacs.scm (emacs-cider): Update to 0.15.1.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-25 07:39:07 +01:00
parent 41775ab1d1
commit 1f143575ea
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4111,7 +4111,7 @@ (define-public emacs-helm-make
(define-public emacs-cider
(package
(name "emacs-cider")
(version "0.15.0")
(version "0.15.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -4120,7 +4120,7 @@ (define-public emacs-cider
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0j7qjcslh8mnxrr2m8qrscyq9ry240j5jd9dysbvih126lxisf12"))))
"1j5hlmi14ypszv1f9nvq0jjlz7i742flg0ny3055l7i4x089xx6g"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ; Don't exclude 'cider-test.el'.