gnu: emacs-cider: Update to 1.7.0.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.7.0.
This commit is contained in:
Nicolas Goaziou 2023-03-24 23:52:03 +01:00
parent ba8e1ab018
commit ff476daa57
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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