me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 4 additions and 2 deletions

View File

@ -7146,7 +7146,7 @@ target will call @code{compile} on it.")
(define-public emacs-cider
(package
(name "emacs-cider")
(version "0.21.0")
(version "0.23.0")
(source
(origin
(method git-fetch)
@ -7156,7 +7156,7 @@ target will call @code{compile} on it.")
(file-name (git-file-name name version))
(sha256
(base32
"0lbrwj67fnvynkdkzvnzp3p8vqlz0ldrcs317vg60bqfhx7hvqkj"))))
"05yjkqc6d4grq9z5pxmv3anqh4zlhfg4v46jlccp6ynh030g7axs"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ; Don't exclude 'cider-test.el'.
@ -7164,7 +7164,9 @@ target will call @code{compile} on it.")
(propagated-inputs
`(("emacs-clojure-mode" ,emacs-clojure-mode)
("emacs-sesman" ,emacs-sesman)
("emacs-seq" ,emacs-seq)
("emacs-spinner" ,emacs-spinner)
("emacs-parseedn" ,emacs-parseedn)
("emacs-pkg-info" ,emacs-pkg-info)
("emacs-queue" ,emacs-queue)))
(home-page "https://cider.readthedocs.io/")