gnu: emacs-helm-selector: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.4.
This commit is contained in:
parent
69b98261e7
commit
13d532a911
1 changed files with 2 additions and 2 deletions
|
@ -24531,7 +24531,7 @@ pattern guessed from thing under current cursor position.
|
||||||
(define-public emacs-helm-selector
|
(define-public emacs-helm-selector
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-selector")
|
(name "emacs-helm-selector")
|
||||||
(version "0.3")
|
(version "0.4")
|
||||||
(home-page "https://github.com/emacs-helm/helm-selector")
|
(home-page "https://github.com/emacs-helm/helm-selector")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -24542,7 +24542,7 @@ pattern guessed from thing under current cursor position.
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"134rxm4zicn565k3q5q15iiqcvcyiq6lsvmsqr53ifjjbq8pd9y6"))))
|
"1yyd54348xpb7ilr6rww9kq1da81r5clhq6pgnz7i6gq4pl01dqw"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-helm" ,emacs-helm)))
|
`(("emacs-helm" ,emacs-helm)))
|
||||||
|
|
Reference in a new issue