summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-11-09 22:17:03 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-11-09 22:17:03 +0100
commit5ed5d1e2a8561f306333c817e52ae0b4c73680e9 (patch)
treece432d7c1d4b01fdbdfaedc59b7f8e0a723b93fb /helm-pkg.el
parent391b92872d2048650d6147b162ba76e9edc0565a (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 624fb342..5a42ba87 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.3.1"
+(define-package "helm" "2.3.2"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.3.1"))
+ (helm-core "2.3.2"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: