uv: 0.4.6 -> 0.4.7

This commit is contained in:
Pyrox 2024-09-07 13:49:42 -04:00
parent 9ae314d5c4
commit 082346e390
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5
2 changed files with 5 additions and 16 deletions

View File

@ -968,17 +968,6 @@ version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "diff"
version = "0.1.13"
@ -4452,7 +4441,7 @@ checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
[[package]]
name = "uv"
version = "0.4.6"
version = "0.4.7"
dependencies = [
"anstream",
"anyhow",
@ -4812,6 +4801,7 @@ dependencies = [
"uv-types",
"uv-warnings",
"uv-workspace",
"walkdir",
"zip",
]
@ -5047,7 +5037,6 @@ dependencies = [
"cache-key",
"clap",
"dashmap",
"derivative",
"distribution-filename",
"distribution-types",
"either",
@ -5205,7 +5194,7 @@ dependencies = [
[[package]]
name = "uv-version"
version = "0.4.6"
version = "0.4.7"
[[package]]
name = "uv-virtualenv"

View File

@ -16,14 +16,14 @@
python3Packages.buildPythonApplication rec {
pname = "uv";
version = "0.4.6";
version = "0.4.7";
pyproject = true;
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-TBAnKVlv6SpPy6DUdq9AQE9qrCNuRiixuy4fMzDi9Yg=";
hash = "sha256-81fxSvYRr0aSUlxYklA44emfa5E4SQBENkYAKoHAStc=";
};
cargoDeps = rustPlatform.importCargoLock {