summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-02-08 20:35:52 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-02-08 20:35:52 +0100
commit7d7c16f10103aeee591daf46b143d23efdf3a825 (patch)
treef7d552f0695d5870db9c9a439324ce083c3b0aad /helm-pkg.el
parentb035b10f29d80e9b9dbe82ff07cc9bb2c3c20616 (diff)
Update pkg 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 2fef832e..8f5f2c8a 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.5.1"
+(define-package "helm" "2.5.2"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.5.1"))
+ (helm-core "2.5.2"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: