summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-04-16 18:45:14 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-04-16 18:45:14 +0200
commit9db9ed21c8d6454c60eb50c7cc935540d31abc43 (patch)
tree5637babf9b9376776f62e2b15bb310ec3f1ea59f /helm-pkg.el
parent4680bc5a999fe4a92675b813461584ed2f713ea1 (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 9870b603..461d6e1e 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.6.0"
+(define-package "helm" "2.6.1"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.6.0"))
+ (helm-core "2.6.1"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: