1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

python312Packages.uv: 0.2.26 -> 0.2.27

This commit is contained in:
R. Ryantm 2024-07-20 12:57:12 +00:00
parent b098e0c792
commit 92956d9644
2 changed files with 9 additions and 5 deletions

View file

@ -4428,7 +4428,7 @@ checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
[[package]]
name = "uv"
version = "0.2.26"
version = "0.2.27"
dependencies = [
"anstream",
"anyhow",
@ -4760,6 +4760,7 @@ dependencies = [
"nanoid",
"once_cell",
"path-absolutize",
"path-slash",
"pep440_rs",
"pep508_rs",
"platform-tags",
@ -4934,6 +4935,7 @@ dependencies = [
"install-wheel-rs",
"itertools 0.13.0",
"once_cell",
"owo-colors",
"pep440_rs",
"pep508_rs",
"platform-tags",
@ -4942,6 +4944,7 @@ dependencies = [
"reqwest",
"reqwest-middleware",
"rmp-serde",
"rustix",
"same-file",
"schemars",
"serde",
@ -4964,6 +4967,7 @@ dependencies = [
"uv-warnings",
"which",
"winapi",
"winsafe",
]
[[package]]
@ -5136,7 +5140,6 @@ dependencies = [
"uv-python",
"uv-state",
"uv-virtualenv",
"uv-warnings",
]
[[package]]
@ -5161,7 +5164,7 @@ dependencies = [
[[package]]
name = "uv-version"
version = "0.2.26"
version = "0.2.27"
[[package]]
name = "uv-virtualenv"
@ -5362,6 +5365,7 @@ checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
dependencies = [
"either",
"home",
"regex",
"rustix",
"winsafe",
]

View file

@ -15,14 +15,14 @@
python3Packages.buildPythonApplication rec {
pname = "uv";
version = "0.2.26";
version = "0.2.27";
pyproject = true;
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-JjRXcbRwZyrS0QFfDjlJrMUxXJrkv9uORibwZ11zZ50=";
hash = "sha256-KYBHg0E06zeUpyIdPcMQijUorwX4QiiPwacR+UcDFJs=";
};
cargoDeps = rustPlatform.importCargoLock {