gnu: emacs-helm-slime: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-helm-slime): Update to 0.4.0.
This commit is contained in:
parent
c8c42d8786
commit
cad875350b
|
@ -15023,7 +15023,7 @@ correctly.")
|
||||||
(define-public emacs-helm-slime
|
(define-public emacs-helm-slime
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-slime")
|
(name "emacs-helm-slime")
|
||||||
(version "0.3.0")
|
(version "0.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -15032,7 +15032,7 @@ correctly.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qhb9446rpj17pm0hi3miy5gs5k3ld43bq29kzy0y26bf7ivfcjv"))))
|
"0mrpjhpijdrq353fnfvdj9l9xfsz390qlcvifcair9732ma7i8l0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-helm" ,emacs-helm)
|
`(("emacs-helm" ,emacs-helm)
|
||||||
|
|
Loading…
Reference in New Issue