summaryrefslogtreecommitdiff
path: root/helm-core-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-core-pkg.el
parentb8cb661bae0d6649d1e555a4d7c65c08852bff11 (diff)
Update pkg file and drop support for emacs-24
Diffstat (limited to 'helm-core-pkg.el')
-rw-r--r--helm-core-pkg.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-core-pkg.el b/helm-core-pkg.el
index 0d2925d8..83b1772f 100644
--- a/helm-core-pkg.el
+++ b/helm-core-pkg.el
@@ -1,8 +1,8 @@
;;; helm-core-pkg.el --- define helm-core for package.el
-(define-package "helm-core" "3.6.0"
+(define-package "helm-core" "3.6.2"
"Development files for Helm"
- '((emacs "24.4")
+ '((emacs "25.1")
(async "1.9.4"))
:url "https://emacs-helm.github.io/helm/")