GNU bug report logs - #68633
[PATCH] gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sun, 21 Jan 2024 11:10:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68633: closed ([PATCH] gnu: emacs-helm-make: Update to
 0.2.0-0.ebd71e8.)
Date: Sun, 21 Jan 2024 23:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 22 Jan 2024 00:31:44 +0100
with message-id <87bk9ee00v.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#68633] [PATCH] gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8.
has caused the debbugs.gnu.org bug report #68633,
regarding [PATCH] gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
68633: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68633
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8.
Date: Sun, 21 Jan 2024 12:06:30 +0100
* 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: Cayetano Santos <csantosb <at> inventati.org>, 68633-done <at> debbugs.gnu.org
Subject: Re: [bug#68633] [PATCH] gnu: emacs-helm-make: Update to
 0.2.0-0.ebd71e8.
Date: Mon, 22 Jan 2024 00:31:44 +0100
Hello,

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

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 1 year and 116 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.