unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68633] [PATCH] gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8.
@ 2024-01-21 11:06 Cayetano Santos via Guix-patches via
  2024-01-21 23:31 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-01-21 11:06 UTC (permalink / raw)
  To: 68633; +Cc: Cayetano Santos

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

This version fixes errors with white spaces in targets.

---
 gnu/packages/emacs-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9cb2dec98c..d7f8c4d909 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15545,11 +15545,11 @@ (define-public emacs-helm-taskrunner
       (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)
@@ -15559,10 +15559,10 @@ (define-public emacs-helm-make
          (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-projectile emacs-ivy))
       (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

base-commit: 2d83a25450d4b820c13d52152e5e9f1bbfb5d985
--
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#68633] [PATCH] gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8.
  2024-01-21 11:06 [bug#68633] [PATCH] gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8 Cayetano Santos via Guix-patches via
@ 2024-01-21 23:31 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-01-21 23:31 UTC (permalink / raw)
  To: 68633; +Cc: Cayetano Santos, 68633-done

Hello,

Cayetano Santos via Guix-patches via <guix-patches@gnu.org> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-21 23:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-21 11:06 [bug#68633] [PATCH] gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8 Cayetano Santos via Guix-patches via
2024-01-21 23:31 ` Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).