summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-26 13:17:36 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-26 13:17:36 +0100
commit3dda0089ace4696cd5cfd397d5f5710fd3374e69 (patch)
treec0de372216e6f2f9184ec4bc33c334e99fba3e1c /helm-pkg.el
parent9a3e7de1009a5d460fce886ca54662ccbcdb7c88 (diff)
Update *pkg files to version 2.9.0
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 0432e0de..d54894ef 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.8.9"
+(define-package "helm" "2.9.0"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.8.9"))
+ (helm-core "2.9.0"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: