gnu: emacs-cider: Update to 0.26.1.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.1.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
Michael Rohleder 2020-09-05 11:28:15 +02:00 committed by Oleg Pykhalov
parent b8c61a98b5
commit 16e91d06c8
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -8711,7 +8711,7 @@ (define-public emacs-helm-make
(define-public emacs-cider
(package
(name "emacs-cider")
(version "0.26.0")
(version "0.26.1")
(source
(origin
(method git-fetch)
@ -8720,7 +8720,7 @@ (define-public emacs-cider
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1qwizvmm9ln75ph1jg2rfqv3hd9p4zaz8kp2i6yr3vq99c3a00i7"))))
(base32 "0m77jbxl380dp1wyj12m82bb06r80js8yxl530ryp1mwvy74f00d"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ;don't exclude 'cider-test.el'