summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-04-24 07:00:21 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-04-24 07:00:21 +0200
commitfe3dc6657386d181c38bc1707d5b886d0502abab (patch)
tree91111d114b882b9e79fb871ac979a7d80a6ef054 /helm-pkg.el
parentbeed1beb956f8a0695d3a097a7b7becce73acb6a (diff)
Use async 1.9.3 as dependency
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 fb2d010a..bbe63d01 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -3,7 +3,7 @@
(define-package "helm" "2.9.2"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
- (async "1.9.2")
+ (async "1.9.3")
(popup "0.5.3")
(helm-core "2.9.2"))
:url "https://emacs-helm.github.io/helm/")