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 (define-public emacs-cider
(package (package
(name "emacs-cider") (name "emacs-cider")
(version "1.5.0") (version "1.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -13397,7 +13397,7 @@ (define-public emacs-cider
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1ih902n8p3pl1apprprkyrlnrp2dxli86y5k09zahy9mglfz2z5n")))) (base32 "1a3xbfn1id8dcy3178kmdnzcvh7lq2pdwwg4axhncw6jq9hqiqja"))))
(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'