summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-30 07:13:26 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-30 07:13:26 +0200
commit2385b81edc706f7efc74f2aff4854399254cde17 (patch)
treeeacbb40481f0e9006b78a19da88fa0880adc0810 /helm-pkg.el
parent4b93482bc42b1dad458217a98f925990e34ea81c (diff)
Update *pkg.el files to new version
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 6081b0b8..254d45b7 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.4"
+(define-package "helm" "2.8.5"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.8.4"))
+ (helm-core "2.8.5"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: