Archived
1
0
Fork 0

gnu: emacs-helm-selector: Update to 0.5.

* gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.5.
This commit is contained in:
Pierre Neidhardt 2020-12-19 17:39:31 +01:00
parent 36e47069d0
commit 79fdae1242
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -24531,7 +24531,7 @@ pattern guessed from thing under current cursor position.
(define-public emacs-helm-selector
(package
(name "emacs-helm-selector")
(version "0.4")
(version "0.5")
(home-page "https://github.com/emacs-helm/helm-selector")
(source
(origin
@ -24542,7 +24542,7 @@ pattern guessed from thing under current cursor position.
(file-name (git-file-name name version))
(sha256
(base32
"1yyd54348xpb7ilr6rww9kq1da81r5clhq6pgnz7i6gq4pl01dqw"))))
"1cv659sqmrvk316fp7mjc58vvbcg1j6s2q4rwgqrpbyszrxl3i63"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))