summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-12-11 16:14:37 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-12-11 16:14:37 +0100
commit8465ce543b49a138facacec268d2a0b374f00a5e (patch)
treebe961accd50a77f4c3e378057abdac3a89b0ac58 /helm-pkg.el
parentae15fbb86d2ee5bcbe7ec3a6cadd20deacce9fbd (diff)
Use async 1.9.4
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 6c5d7268..e22ccb56 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -3,7 +3,7 @@
(define-package "helm" "3.0"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
- (async "1.9.3")
+ (async "1.9.4")
(popup "0.5.3")
(helm-core "3.0"))
:url "https://emacs-helm.github.io/helm/")