emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 08c4ad8e80: Update *pkg.el files


From: ELPA Syncer
Subject: [nongnu] elpa/helm 08c4ad8e80: Update *pkg.el files
Date: Sat, 5 Feb 2022 10:58:17 -0500 (EST)

branch: elpa/helm
commit 08c4ad8e80394c8bc2c0d50429bce765f03826db
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Update *pkg.el 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 a98038db99..9ea9fbaaaf 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.8.2"
+(define-package "helm-core" "3.8.4"
   "Development files for Helm"
   '((emacs "25.1")
     (async "1.9.4"))
diff --git a/helm-pkg.el b/helm-pkg.el
index bf74a27f43..6d0a91c5d5 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.2"
+(define-package "helm" "3.8.4"
   "Helm is an Emacs incremental and narrowing framework"
   '((emacs "25.1")
     (async "1.9.4")
     (popup "0.5.3")
-    (helm-core "3.8.2"))
+    (helm-core "3.8.4"))
   :url "https://emacs-helm.github.io/helm/";)
 
 ;; Local Variables:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]