summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-12 11:44:18 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-12 11:44:18 +0100
commita1bc339cbdaad200cb947e1e6264e9013322b434 (patch)
tree8557b00edae39bc07b7fc55c34db77b182ceba40 /helm-pkg.el
parentca4e977882bccb5400e1104ba7c609d7b639e3b3 (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 47b40509..6f104c4e 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.3.4"
+(define-package "helm" "2.4.0"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.3.4"))
+ (helm-core "2.4.0"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: