mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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:
parent
119d1e5939
commit
741581b221
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue