python311Packages.uv: 0.2.10 -> 0.2.11

This commit is contained in:
R. Ryantm 2024-06-14 16:39:10 +00:00
parent f172255668
commit f4af96b3ca
2 changed files with 5 additions and 6 deletions

View File

@ -4368,7 +4368,7 @@ checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
[[package]]
name = "uv"
version = "0.2.10"
version = "0.2.11"
dependencies = [
"anstream",
"anyhow",
@ -4404,7 +4404,6 @@ dependencies = [
"rustc-hash",
"serde",
"serde_json",
"tempfile",
"textwrap",
"thiserror",
"tikv-jemallocator",
@ -4545,7 +4544,6 @@ dependencies = [
"serde",
"serde_json",
"sys-info",
"tempfile",
"thiserror",
"tl",
"tokio",
@ -4682,6 +4680,7 @@ dependencies = [
"tokio",
"tokio-util",
"toml",
"toml_edit",
"tracing",
"url",
"uv-cache",
@ -4962,7 +4961,7 @@ dependencies = [
[[package]]
name = "uv-version"
version = "0.2.10"
version = "0.2.11"
[[package]]
name = "uv-virtualenv"

View File

@ -16,14 +16,14 @@
python3Packages.buildPythonApplication rec {
pname = "uv";
version = "0.2.10";
version = "0.2.11";
pyproject = true;
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-xVddhsCGJcESZhkZnu6tcwwifT9+MQz53qV00B9oHA0=";
hash = "sha256-SkWhff9nYlbbzsXb9EWMzC0aKRU+LbJqClBddq1yl3Y=";
};
cargoDeps = rustPlatform.importCargoLock {