mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 05:03:46 +00:00
Fix a typo in fetch-download-metadata.py (#8515)
Fix this typo:
98523e2014/crates/uv-python/fetch-download-metadata.py (L399)
and removed an empty line in the `downloads.inc.mustache" template.
This commit is contained in:
parent
b6883ed7fb
commit
41462e5987
4 changed files with 22 additions and 755 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -22,7 +22,6 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
|
|||
libc: Libc::None,
|
||||
{{/value.libc}}
|
||||
variant: {{value.variant}}
|
||||
|
||||
},
|
||||
url: "{{value.url}}",
|
||||
{{#value.sha256}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue