gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8.

* gnu/packages/emacs-xyz.scm (emacs-helm-make): Update to 0.2.0-0.ebd71e8.

Change-Id: I5bc5888eb7ff69af769921b0751e625c43a666b6
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Cayetano Santos 2024-01-21 12:06:30 +01:00 committed by Nicolas Goaziou
parent 119d1e5939
commit 741581b221
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15592,11 +15592,11 @@ (define-public emacs-helm-taskrunner
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-helm-make (define-public emacs-helm-make
(let ((commit "feae8df22bc4b20705ea08ac9adfc2b43bb348d0") (let ((commit "ebd71e85046d59b37f6a96535e01993b6962c559")
(revision "1")) (revision "0"))
(package (package
(name "emacs-helm-make") (name "emacs-helm-make")
(version (string-append "0.1.0-" revision "." (string-take commit 7))) (version (git-version "0.2.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -15606,10 +15606,10 @@ (define-public emacs-helm-make
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam")))) "14jvhhw4chl94dgfwbyy7yirwchvcz5zrsgr9w6qy4z0fhqba41a"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-helm emacs-projectile)) (list emacs-helm emacs-ivy emacs-projectile))
(home-page "https://github.com/abo-abo/helm-make") (home-page "https://github.com/abo-abo/helm-make")
(synopsis "Select a Makefile target with helm") (synopsis "Select a Makefile target with helm")
(description "@code{helm-make} or @code{helm-make-projectile} will give (description "@code{helm-make} or @code{helm-make-projectile} will give