gnu: emacs-helm-slime: Update to 0.2.0.

* gnu/packages/emacs-xyz.scm (emacs-helm-slime): Update to 0.2.0.
master
Pierre Neidhardt 2019-02-20 16:12:58 +01:00
parent e77c7210f0
commit f81efdcbdb
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 20 additions and 21 deletions

View File

@ -12484,26 +12484,25 @@ correctly.")
(license license:gpl2+)))) (license license:gpl2+))))
(define-public emacs-helm-slime (define-public emacs-helm-slime
(let ((commit "bc4af154f2c18c8d9af968840f599d4c9974b668")) (package
(package (name "emacs-helm-slime")
(name "emacs-helm-slime") (version "0.2.0")
(version (git-version "0.0.1" "1" commit)) (source (origin
(source (origin (method git-fetch)
(method git-fetch) (uri (git-reference
(uri (git-reference (url "https://github.com/emacs-helm/helm-slime")
(url "https://github.com/emacs-helm/helm-slime") (commit version)))
(commit commit))) (file-name (git-file-name name version))
(file-name (git-file-name name version)) (sha256
(sha256 (base32
(base32 "0vn93vv2wclnwq6f480z14jn9wfp0ylhp5dd48ycc9jicfsnxqfj"))))
"0abfbzw1yaj9gscdxvvd3nf4h6krg6kyl5gpwgiyrq39x16pa9q2")))) (build-system emacs-build-system)
(build-system emacs-build-system) (propagated-inputs
(propagated-inputs `(("emacs-helm" ,emacs-helm)
`(("emacs-helm" ,emacs-helm) ("emacs-slime" ,emacs-slime)))
("emacs-slime" ,emacs-slime))) (home-page "https://github.com/emacs-helm/helm-slime")
(home-page "https://github.com/emacs-helm/helm-slime") (synopsis "Helm for SLIME, the Superior Lisp Interaction Mode for Emacs")
(synopsis "Helm for SLIME, the Superior Lisp Interaction Mode for Emacs") (description "Helm-SLIME defines a few new commands:
(description "Helm-SLIME defines a few new commands:
@itemize @itemize
@item helm-slime-complete: Select a symbol from the SLIME completion systems. @item helm-slime-complete: Select a symbol from the SLIME completion systems.
@ -12511,7 +12510,7 @@ correctly.")
@item: helm-slime-apropos: Yet another slime-apropos with Helm. @item: helm-slime-apropos: Yet another slime-apropos with Helm.
@item helm-slime-repl-history: Select an input from the SLIME REPL history and insert it. @item helm-slime-repl-history: Select an input from the SLIME REPL history and insert it.
@end itemize\n") @end itemize\n")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-gtk-look (define-public emacs-gtk-look
(package (package