summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-19 10:58:22 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-19 10:58:22 +0100
commitbbdf2c18edc75478e2c7e8ee39b5c30dbb7bf42e (patch)
tree52798ce530dae76264a1df3501f1d799cdec91e8 /helm-pkg.el
parenteaf415681ff8bc39a00279149d5ef43f27ce95e7 (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 6f104c4e..64c5abcc 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.4.0"
+(define-package "helm" "2.5.0"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.4.0"))
+ (helm-core "2.5.0"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: