summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-05-17 07:09:29 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-05-17 07:09:29 +0200
commit41242faebb5c16c23fe7e831d4bb2cb3294e074d (patch)
tree93a539649fc4890f84d843b3c596b5c1d14339c3 /helm-pkg.el
parentb8cb661bae0d6649d1e555a4d7c65c08852bff11 (diff)
Update pkg file and drop support for emacs-24
Diffstat (limited to 'helm-pkg.el')
-rw-r--r--helm-pkg.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/helm-pkg.el b/helm-pkg.el
index f9b40edf..dd9293ef 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -1,11 +1,11 @@
;;; helm-pkg.el --- define helm for package.el
-(define-package "helm" "3.6.0"
+(define-package "helm" "3.6.2"
"Helm is an Emacs incremental and narrowing framework"
- '((emacs "24.4")
+ '((emacs "25.1")
(async "1.9.4")
(popup "0.5.3")
- (helm-core "3.6.0"))
+ (helm-core "3.6.2"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: