gnu: emacs-cider: Update to 1.4.1.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.4.1.
This commit is contained in:
Nicolas Goaziou 2022-06-27 23:12:12 +02:00
parent 45e755a9a0
commit 0387db4cd6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11981,7 +11981,7 @@ target will call @code{compile} on it.")
(define-public emacs-cider (define-public emacs-cider
(package (package
(name "emacs-cider") (name "emacs-cider")
(version "1.3.0") (version "1.4.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -11990,7 +11990,7 @@ target will call @code{compile} on it.")
(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 "0mxlkxpzn7rzbzpzcw2z9x2ab2zvhrwr8h21kmfn3li3dha73gf1")))) (base32 "08635ln514nrglx6qyhaq1x7y7lw4mcd659ba8zs071yjiariarm"))))
(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'