summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-07-14 09:03:58 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-07-14 09:03:58 +0200
commitc695a697461a48840f567bd5339909d4a80fa99f (patch)
treed3363f92c8ad02c7d69c3f1af574d8c9fa872099 /helm-pkg.el
parentddd2228fbffce0f98e31621b2be660d7a4d116f4 (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 663f60af..ada7fd0d 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.8.0"
+(define-package "helm" "2.8.1"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.8.0"))
+ (helm-core "2.8.1"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: