Fix quelpa packages looking up elpa version
This is a regression introduced in b1bf67f6
.
Package management would incorrectly compare quelpa package versions
with elpa package versions. This would cause "outdated" packages to get
deleted.
This commit is contained in:
parent
cd0d44c463
commit
446a66603f
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ Used by `doom//packages-update'."
|
||||||
(let ((noninteractive t))
|
(let ((noninteractive t))
|
||||||
(load ,(expand-file-name "core.el" doom-core-dir)))
|
(load ,(expand-file-name "core.el" doom-core-dir)))
|
||||||
(setq doom-packages ',doom-packages
|
(setq doom-packages ',doom-packages
|
||||||
doom-modules ',doom-modules)
|
doom-modules ',doom-modules
|
||||||
|
quelpa-cache ',quelpa-cache)
|
||||||
(doom-package-outdated-p ',pkg)))
|
(doom-package-outdated-p ',pkg)))
|
||||||
futures))
|
futures))
|
||||||
(delq nil
|
(delq nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue