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: Cayetano Santos <csantosb <at> inventati.org>
To: 68633 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [bug#68633] [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





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.