1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

import: crate: Add "%" to crate source pattern.

* guix/import/crate/cargo-lock.scm (crate-source all): Add "%" to crate
source pattern.

Change-Id: I964c9c84ca65212c47c065ede140201f03b8bb24
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
ROCKTAKEY
2026-02-11 19:11:32 +09:00
committed by Efraim Flashner
parent 35052f6d69
commit 2d7c27d439

View File

@@ -72,7 +72,7 @@
(define-peg-pattern crate-source all
(and (or "registry" "git")
"+https://"
(+ (or "/" "." "?" "=" "-" "#" "_" "~"
(+ (or "/" "." "?" "=" "-" "#" "_" "~" "%"
alphanumeric-char))))
;; checksum