guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/36: gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8.


From: guix-commits
Subject: 06/36: gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8.
Date: Sun, 21 Jan 2024 18:23:51 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 741581b221291fbc97dac8ea16dfc9893c7bc43f
Author: Cayetano Santos <csantosb@inventati.org>
AuthorDate: Sun Jan 21 12:06:30 2024 +0100

    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>
---
 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 0407df62d6..c6acb8c6f6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]