summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-15 15:47:05 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-15 15:47:05 +0200
commit3aec81e69b064e2bde2a706db2cc548478c9db54 (patch)
treed4be4986d24d0e7514f1dafbb644cb6f6993cfc4 /helm-pkg.el
parent74b5cae8078e962a2a03d2600243be879b5e6089 (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 ada7fd0d..c7c8973e 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.1"
+(define-package "helm" "2.8.2"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.8.1"))
+ (helm-core "2.8.2"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: