gnu: emacs-helm-sly: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.5.0.
[description]: Fix typos.
This commit is contained in:
Pierre Neidhardt 2020-11-15 15:16:41 +01:00
parent 81643c4cf3
commit 06269abece
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -19313,7 +19313,7 @@ correctly.")
(define-public emacs-helm-sly (define-public emacs-helm-sly
(package (package
(name "emacs-helm-sly") (name "emacs-helm-sly")
(version "0.4.1") (version "0.5.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -19322,7 +19322,7 @@ correctly.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0b2dx9nzh5233lkix3lz81c9cv626lk2hjpcjiikwvyp6y0q92ys")))) "1690rxwwg69jbcjhi51nyjlx3gziaiaa8ssyal71gmc6schq2592"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-helm" ,emacs-helm) `(("emacs-helm" ,emacs-helm)
@ -19332,11 +19332,12 @@ correctly.")
(description "Helm-SLY defines a few new commands: (description "Helm-SLY defines a few new commands:
@itemize @itemize
@item helm-sly-list-connections: Yet another Lisp connection list with Helm. @item @code{helm-sly-list-connections}: Yet another Lisp connection list with
@item: helm-sly-apropos: Yet another @command{apropos} with Helm. Helm.
@item helm-sly-mini: Like @command{helm-sly-list-connections}, but include an @item @code{helm-sly-apropos}: Yet another @command{apropos} with Helm.
extra source of Lisp-related buffers, like the events buffer or the scratch @item @code{helm-sly-mini}: Like @command{helm-sly-list-connections}, but
buffer. include an extra source of Lisp-related buffers, like the events buffer or the
scratch buffer.
@end itemize\n") @end itemize\n")
(license license:gpl3+))) (license license:gpl3+)))