[+] fix --hash format
This commit is contained in:
parent
d643e8f97b
commit
62cfbf36cb
@ -3896,7 +3896,7 @@ def pip_resolve(args: list[str]) -> None:
|
|||||||
o.url,
|
o.url,
|
||||||
o.constraint,
|
o.constraint,
|
||||||
' '.join([
|
' '.join([
|
||||||
'--hash:sha256=%s' % o2
|
'--hash=sha256:%s' % o2
|
||||||
for o2 in o.sha256
|
for o2 in o.sha256
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user