From 3a526b6f7ea2df29c795e8315e16a21b101eb284 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 21 Apr 2021 23:27:13 +0200 Subject: [PATCH] * lisp/emacs-lisp/package.el (package-archives): Bump :version. --- lisp/emacs-lisp/package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 068deee582a..64d7d56019d 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -225,7 +225,7 @@ security." :type '(alist :key-type (string :tag "Archive name") :value-type (string :tag "URL or directory name")) :risky t - :version "26.1") ; gnutls test + :version "28.1") (defcustom package-menu-hide-low-priority 'archive "If non-nil, hide low priority packages from the packages menu. -- 2.39.2