[bot] "built_in_updates" Sat Nov 26 08:34:54 UTC 2022

This commit is contained in:
SpacemacsBot 2022-11-26 08:34:54 +00:00 committed by Maxi Wolff
parent f31f655fc7
commit be9b1c89bc
1 changed files with 3 additions and 3 deletions

View File

@ -324,9 +324,9 @@ already and should not be upgraded etc)."
(or (funcall package-strip-rcs-id-orig (lm-header "package-version"))
(funcall package-strip-rcs-id-orig (lm-header "version"))
"0"))))
(concat (mapconcat
#'number-to-string
(package-desc-version (quelpa-get-package-desc file-path)) ".")
(concat (if-let ((desc (quelpa-get-package-desc file-path)))
(mapconcat #'number-to-string (package-desc-version desc) ".")
"0")
(pcase version
(`original "")
(_ (concat "pre0." time-stamp)))))))