gnu: emacs-helm-cider: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-helm-cider): Update to 0.5.0.
This commit is contained in:
parent
16a645b7a9
commit
7e651ab3e6
1 changed files with 19 additions and 21 deletions
|
@ -27491,33 +27491,31 @@ or simply disable the mode-line in buffers where it is not very useful.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-helm-cider
|
(define-public emacs-helm-cider
|
||||||
;; No new release since March 2018.
|
(package
|
||||||
(let ((commit "9363cc537f06233345aa3af5cd46aa5681ad607b"))
|
(name "emacs-helm-cider")
|
||||||
(package
|
(version "0.5.0")
|
||||||
(name "emacs-helm-cider")
|
(source (origin
|
||||||
(version (git-version "0.4.0" "1" commit))
|
(method git-fetch)
|
||||||
(home-page "https://github.com/clojure-emacs/helm-cider")
|
(uri (git-reference
|
||||||
(source (origin
|
(url "https://github.com/clojure-emacs/helm-cider")
|
||||||
(method git-fetch)
|
(commit (string-append "v" version))))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url home-page)
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(file-name (git-file-name name version))
|
"0jjjy68pmmsx0biawyi5581cqh2b4zb0q8f5vs49ihpzn6zc04vk"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32
|
(propagated-inputs
|
||||||
"0vfn4smqba1vsshz48ggkj8gs94la0sxb1sq4shrb41qj2x3dci7"))))
|
(list emacs-helm emacs-cider))
|
||||||
(build-system emacs-build-system)
|
(home-page "https://github.com/clojure-emacs/helm-cider")
|
||||||
(propagated-inputs
|
(synopsis "Helm interface to Clojure's CIDER")
|
||||||
(list emacs-helm emacs-cider))
|
(description "Helm-CIDER adds Helm interfaces to
|
||||||
(synopsis "Helm interface to Clojure's CIDER")
|
|
||||||
(description "Helm-CIDER adds Helm interfaces to
|
|
||||||
@command{cider-apropos}, @command{cider-apropos-documentation},
|
@command{cider-apropos}, @command{cider-apropos-documentation},
|
||||||
@command{cider-browse-ns} (namespaces).
|
@command{cider-browse-ns} (namespaces).
|
||||||
|
|
||||||
It also provides original Helm commands: @command{helm-cider-spec},
|
It also provides original Helm commands: @command{helm-cider-spec},
|
||||||
@command{helm-cider-spec-ns}, @command{helm-cider-repl-history},
|
@command{helm-cider-spec-ns}, @command{helm-cider-repl-history},
|
||||||
@command{helm-cider-cheatsheet}.")
|
@command{helm-cider-cheatsheet}.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-edn
|
(define-public emacs-edn
|
||||||
;; No release since February 2016
|
;; No release since February 2016
|
||||||
|
|
Reference in a new issue