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:
committed by
Efraim Flashner
parent
35052f6d69
commit
2d7c27d439
@@ -72,7 +72,7 @@
|
||||
(define-peg-pattern crate-source all
|
||||
(and (or "registry" "git")
|
||||
"+https://"
|
||||
(+ (or "/" "." "?" "=" "-" "#" "_" "~"
|
||||
(+ (or "/" "." "?" "=" "-" "#" "_" "~" "%"
|
||||
alphanumeric-char))))
|
||||
|
||||
;; checksum
|
||||
|
||||
Reference in New Issue
Block a user