~ruther/guix-local

741581b221291fbc97dac8ea16dfc9893c7bc43f — Cayetano Santos 2 years ago 119d1e5
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>
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +5 -5
@@ 15592,11 15592,11 @@ Makefile targets.")
      (license license:gpl3+))))

(define-public emacs-helm-make
  (let ((commit "feae8df22bc4b20705ea08ac9adfc2b43bb348d0")
        (revision "1"))
  (let ((commit "ebd71e85046d59b37f6a96535e01993b6962c559")
        (revision "0"))
    (package
      (name "emacs-helm-make")
      (version (string-append "0.1.0-" revision "." (string-take commit 7)))
      (version (git-version "0.2.0" revision commit))
      (source
       (origin
         (method git-fetch)


@@ 15606,10 15606,10 @@ Makefile targets.")
         (file-name (git-file-name name version))
         (sha256
          (base32
           "1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam"))))
           "14jvhhw4chl94dgfwbyy7yirwchvcz5zrsgr9w6qy4z0fhqba41a"))))
      (build-system emacs-build-system)
      (propagated-inputs
       (list emacs-helm emacs-projectile))
       (list emacs-helm emacs-ivy emacs-projectile))
      (home-page "https://github.com/abo-abo/helm-make")
      (synopsis "Select a Makefile target with helm")
      (description "@code{helm-make} or @code{helm-make-projectile} will give