summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-08-24 18:36:54 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-08-24 18:36:54 +0200
commit757263f9332d2d338ac3619f50547ef2f9d2bd9e (patch)
tree4d4894170741c1384566b4c275becf79379b98f3 /helm-pkg.el
parentad5e8d4d1bb63f92dc2db42efc42096d2ececf61 (diff)
Update *.pkg.el files
Diffstat (limited to 'helm-pkg.el')
-rw-r--r--helm-pkg.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-pkg.el b/helm-pkg.el
index a8c30b80..6c5d7268 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -1,11 +1,11 @@
;;; helm-pkg.el --- define helm for package.el
-(define-package "helm" "2.9.9"
+(define-package "helm" "3.0"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.3")
(popup "0.5.3")
- (helm-core "2.9.9"))
+ (helm-core "3.0"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: