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

* gnu/packages/emacs-xyz.scm (emacs-helm-slime): Update to 0.3.0.
master
Pierre Neidhardt 2019-03-15 10:14:25 +01:00
parent 98a1ca7eb2
commit 43a0db3cd4
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -12606,7 +12606,7 @@ correctly.")
(define-public emacs-helm-slime
(package
(name "emacs-helm-slime")
(version "0.2.0")
(version "0.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -12615,7 +12615,7 @@ correctly.")
(file-name (git-file-name name version))
(sha256
(base32
"0vn93vv2wclnwq6f480z14jn9wfp0ylhp5dd48ycc9jicfsnxqfj"))))
"1qhb9446rpj17pm0hi3miy5gs5k3ld43bq29kzy0y26bf7ivfcjv"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)