summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-08-24 09:51:38 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-08-24 09:51:38 +0200
commitd5cc641552366609cfc0d62b42db227f9cd012ec (patch)
treec3c45c304ea05ea1af533d92dc92f0127b2d52e3 /helm-pkg.el
parentc0449b960ade2af56f7fc56569f9c213784ce19f (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 25ff6882..a8c30b80 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.9.8"
+(define-package "helm" "2.9.9"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.3")
(popup "0.5.3")
- (helm-core "2.9.8"))
+ (helm-core "2.9.9"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: