gnu: emacs-cider: Update to 0.23.0.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.23.0.
[propagated-inputs]: Add emacs-seq, emacs-parseedn.
This commit is contained in:
Brett Gilio 2019-12-14 18:45:22 -06:00
parent 47a9a59270
commit 7d4d881266
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE

View File

@ -7146,7 +7146,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 "0.21.0") (version "0.23.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7156,7 +7156,7 @@ target will call @code{compile} on it.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0lbrwj67fnvynkdkzvnzp3p8vqlz0ldrcs317vg60bqfhx7hvqkj")))) "05yjkqc6d4grq9z5pxmv3anqh4zlhfg4v46jlccp6ynh030g7axs"))))
(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'.
@ -7164,7 +7164,9 @@ target will call @code{compile} on it.")
(propagated-inputs (propagated-inputs
`(("emacs-clojure-mode" ,emacs-clojure-mode) `(("emacs-clojure-mode" ,emacs-clojure-mode)
("emacs-sesman" ,emacs-sesman) ("emacs-sesman" ,emacs-sesman)
("emacs-seq" ,emacs-seq)
("emacs-spinner" ,emacs-spinner) ("emacs-spinner" ,emacs-spinner)
("emacs-parseedn" ,emacs-parseedn)
("emacs-pkg-info" ,emacs-pkg-info) ("emacs-pkg-info" ,emacs-pkg-info)
("emacs-queue" ,emacs-queue))) ("emacs-queue" ,emacs-queue)))
(home-page "https://cider.readthedocs.io/") (home-page "https://cider.readthedocs.io/")