summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-05 07:42:10 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-05 07:42:10 +0200
commita7d7233a51320c9f2c952bfa20e96c4a420ef5a7 (patch)
treef4fc01ce0dcd46e3c6964751ee3fd119cbb459ea /helm-pkg.el
parenta8335af28dbfce6a42e73c9170ab6e272333dcbf (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 d29d35d5..0253ca55 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.2.0"
+(define-package "helm" "2.2.1"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.2.0"))
+ (helm-core "2.2.1"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: