summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-31 16:54:26 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-31 16:54:26 +0100
commitb54d937634986dbebe97c0283137bcde07ed2275 (patch)
tree3f6a4f59fa16a66d47fee28832bc8b364ce360f3 /helm-pkg.el
parent096a152bbab5923d3b55526f75517b6fa52978cb (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 64c5abcc..2fef832e 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.5.0"
+(define-package "helm" "2.5.1"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.5.0"))
+ (helm-core "2.5.1"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: