summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-02-11 15:17:14 +0100
committerThierry Volpiatto <thievol@posteo.net>2021-02-11 15:17:14 +0100
commit8b0b9953a71ba07c24fdfc4d26fab21fb66e4d1f (patch)
tree96de064980ac03aecee9d578dd0d33e473cf3dbd /helm-pkg.el
parenta38096567dcacd563f0606a8925f361fba3c72e7 (diff)
Update 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 8fbedc5f..8320e7ea 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -1,11 +1,11 @@
;;; helm-pkg.el --- define helm for package.el
-(define-package "helm" "3.6.5"
+(define-package "helm" "3.7.1"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "25.1")
(async "1.9.4")
(popup "0.5.3")
- (helm-core "3.6.5"))
+ (helm-core "3.7.1"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: