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

* gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.5.1.
This commit is contained in:
Pierre Neidhardt 2020-11-20 12:09:21 +01:00
parent cc05534946
commit 992daa90c8
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -19374,7 +19374,7 @@ correctly.")
(define-public emacs-helm-sly (define-public emacs-helm-sly
(package (package
(name "emacs-helm-sly") (name "emacs-helm-sly")
(version "0.5.0") (version "0.5.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -19383,7 +19383,7 @@ correctly.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1690rxwwg69jbcjhi51nyjlx3gziaiaa8ssyal71gmc6schq2592")))) "13s2dj09mcdwlibjlahyyq2dxjkjlpxs88dbdyvcd64249jmahsx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-helm" ,emacs-helm) `(("emacs-helm" ,emacs-helm)