summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-11-12 20:53:36 +0100
committerThierry Volpiatto <thievol@posteo.net>2021-11-12 20:53:36 +0100
commit51dd4b9beeccde91fe6dd3bc946e9c2a4e7ef8ca (patch)
treec5fc4c798965b6a40999e55e65a3ad46b8ccc960 /helm-pkg.el
parent60b8a5a77b38428083c9872dc326ea003e52b5a2 (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 ede1298b..c1310678 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.8.0"
+(define-package "helm" "3.8.1"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "25.1")
(async "1.9.4")
(popup "0.5.3")
- (helm-core "3.8.0"))
+ (helm-core "3.8.1"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: