gnu: emacs-cider: Update to 1.6.0.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.6.0.
This commit is contained in:
Nicolas Goaziou 2022-12-23 15:16:06 +01:00
parent 3a77238721
commit dd8a20355e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13388,7 +13388,7 @@ (define-public emacs-islisp-mode
(define-public emacs-cider
(package
(name "emacs-cider")
(version "1.5.0")
(version "1.6.0")
(source
(origin
(method git-fetch)
@ -13397,7 +13397,7 @@ (define-public emacs-cider
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1ih902n8p3pl1apprprkyrlnrp2dxli86y5k09zahy9mglfz2z5n"))))
(base32 "1a3xbfn1id8dcy3178kmdnzcvh7lq2pdwwg4axhncw6jq9hqiqja"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ;don't exclude 'cider-test.el'