summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-03-01 17:19:46 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-03-01 17:19:46 +0100
commita7d4308604ae790ff568730f8a2f47e578209d3a (patch)
tree102a8b2a4fc126b159dd2e21c95643943040093d /helm-pkg.el
parent38649eedb5031cc10c330c7849a7d4035f9a96f0 (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 8f5f2c8a..0f9c7def 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.2"
+(define-package "helm" "2.5.3"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.5.2"))
+ (helm-core "2.5.3"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: