branch: elpa/helm
commit 9cd03ac5e98da408d76b686c889bce1b3af537ff
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Fix package-requires in helm.el
---
 helm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm.el b/helm.el
index 3a6ed60eae..b2e0e6465f 100644
--- a/helm.el
+++ b/helm.el
@@ -13,7 +13,7 @@
 ;; Author: Thierry Volpiatto <[email protected]>
 ;; Version: 3.9.6
 ;; URL: https://emacs-helm.github.io/helm/
-;; Package-Requires: ((helm-core "3.9.4") (wfnames "1.1") (popup "0.5.3"))
+;; Package-Requires: ((helm-core "3.9.6") (wfnames "1.1") (popup "0.5.3"))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by

Reply via email to