From 1f32ad2793222985cb8a3bf9a346f4448618224d Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 1 Sep 2020 15:04:39 +0200 Subject: [PATCH] Update *pkg files --- helm-core-pkg.el | 2 +- helm-pkg.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-core-pkg.el b/helm-core-pkg.el index 83b1772ff..404bcfa47 100644 --- a/helm-core-pkg.el +++ b/helm-core-pkg.el @@ -1,6 +1,6 @@ ;;; helm-core-pkg.el --- define helm-core for package.el -(define-package "helm-core" "3.6.2" +(define-package "helm-core" "3.6.5" "Development files for Helm" '((emacs "25.1") (async "1.9.4")) diff --git a/helm-pkg.el b/helm-pkg.el index dd9293efb..8fbedc5f9 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.2" +(define-package "helm" "3.6.5" "Helm is an Emacs incremental and narrowing framework" '((emacs "25.1") (async "1.9.4") (popup "0.5.3") - (helm-core "3.6.2")) + (helm-core "3.6.5")) :url "https://emacs-helm.github.io/helm/") ;; Local Variables: