summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-05-03 09:19:56 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-05-03 09:19:56 +0200
commitba171080eb4baa1f913c28caeefbb17589fcdacc (patch)
tree2bd4e342722faf7c329b124bab1e5eecda8a5bf8 /helm-pkg.el
parent5ec78885484e8e22fbd78a72f6f273fb115b5acf (diff)
Update async version in *pkg files.
Diffstat (limited to 'helm-pkg.el')
-rw-r--r--helm-pkg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-pkg.el b/helm-pkg.el
index d21b52c6..2b5e64b4 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -3,7 +3,7 @@
(define-package "helm" "2.7.0"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
- (async "1.9")
+ (async "1.9.2")
(popup "0.5.3")
(helm-core "2.6.1"))
:url "https://emacs-helm.github.io/helm/")