summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-06-19 14:18:36 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-06-19 14:18:36 +0200
commit70651b7bb2ec750ba408fb704953b3a36f4ca81d (patch)
tree0a12c238c84e50cc32fdc3762fca70404d2a00e7 /helm-pkg.el
parentba79c4496a1874bc70f903b8bb4e8ef47261a10e (diff)
Update *pkg.el files for 2.8.0.
* helm-core-pkg.el: Do it. * helm-pkg.el: Do it.
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 b650cf5a..663f60af 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.7.1"
+(define-package "helm" "2.8.0"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.7.1"))
+ (helm-core "2.8.0"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: