summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-03-21 14:38:44 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-03-21 14:38:44 +0100
commit7a969880e7ea607517dbaa9d98da036fd9fec2fd (patch)
tree42a0fe384b839cec8ea38d82da6b31c65acbaa50 /helm-pkg.el
parent53ee9b05c855546b474b7255062b6aa8edbc325b (diff)
Update version in *pkg 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 0f9c7def..97980f87 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.3"
+(define-package "helm" "2.5.4"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.5.3"))
+ (helm-core "2.5.4"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: