diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-21 23:27:13 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-21 23:27:13 +0200 |
commit | 3a526b6f7ea2df29c795e8315e16a21b101eb284 (patch) | |
tree | 8b8672e046dbcf4d19d56c914f8aaa7a9205088a | |
parent | 85ef248ec47f34188297675dac127fcffcc4af87 (diff) | |
download | emacs-3a526b6f7ea2df29c795e8315e16a21b101eb284.tar.gz |
* lisp/emacs-lisp/package.el (package-archives): Bump :version.
-rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |