nix-doom-emacs-unstraightened/elisp-patches/helm-taskrunner-version.patch
Marien Zwart a4338aad5c
Fix helm-taskrunner build
The fix is a mess, but it's the last fix blocking the improved test
coverage that made me notice the problem.
2024-05-27 20:08:16 +10:00

13 lines
560 B
Diff

diff --git a/helm-taskrunner.el b/helm-taskrunner.el
index f81eb80..24a795c 100644
--- a/helm-taskrunner.el
+++ b/helm-taskrunner.el
@@ -5,7 +5,7 @@
;; Author: Yavor Konstantinov <ykonstantinov1 AT gmail DOT com>
;; URL: https://github.com/emacs-taskrunner/helm-taskrunner
;; Version: 1.0
-;; Package-Requires: ((emacs "25.1") (projectile "2.0.0") (helm "v3.0"))
+;; Package-Requires: ((emacs "25.1") (projectile "2.0.0") (helm "3.0"))
;; Keywords: build-system taskrunner build task-runner tasks helm convenience
;; This file is not part of GNU Emacs.