gnu: emacs-cider: Update to 0.18.0.

* gnu/packages/emacs.scm (emacs-cider): Update to 0.18.0.
[source]: Use git-fetch.
[propagated-inputs]: Add emacs-sesman.
[home-page]: Update URI.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Mathieu Lirzin 2018-12-10 23:20:22 +01:00 committed by Arun Isaac
parent 2165ea1d1c
commit 99aad42138
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 13 additions and 11 deletions

View File

@ -5206,26 +5206,28 @@ 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.15.1") (version "0.18.0")
(source (origin (source
(method url-fetch) (origin
(uri (string-append (method git-fetch)
"https://github.com/clojure-emacs/cider/archive/v" (uri (git-reference
version ".tar.gz")) (url "https://github.com/clojure-emacs/cider.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"1j5hlmi14ypszv1f9nvq0jjlz7i742flg0ny3055l7i4x089xx6g")))) (base32
"1m9kc88vga3q5d731qnpngnsa0n57pf21k3hll20rw8rggrx4vdn"))))
(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'.
'("^\\.dir-locals\\.el$" "^test/"))) '("^\\.dir-locals\\.el$" "^test/")))
(propagated-inputs (propagated-inputs
`(("emacs-clojure-mode" ,emacs-clojure-mode) `(("emacs-clojure-mode" ,emacs-clojure-mode)
("emacs-sesman" ,emacs-sesman)
("emacs-spinner" ,emacs-spinner) ("emacs-spinner" ,emacs-spinner)
("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.org/") (home-page "https://cider.readthedocs.io/")
(synopsis "Clojure development environment for Emacs") (synopsis "Clojure development environment for Emacs")
(description (description
"CIDER (Clojure Interactive Development Environment that Rocks) aims to "CIDER (Clojure Interactive Development Environment that Rocks) aims to