uv: 0.4.3 -> 0.4.4

This commit is contained in:
adisbladis 2024-09-04 17:13:56 +12:00
parent 755f8f9475
commit 534f68ff00
2 changed files with 5 additions and 4 deletions

View File

@ -4452,7 +4452,7 @@ checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
[[package]]
name = "uv"
version = "0.4.3"
version = "0.4.4"
dependencies = [
"anstream",
"anyhow",
@ -5209,7 +5209,7 @@ dependencies = [
[[package]]
name = "uv-version"
version = "0.4.3"
version = "0.4.4"
[[package]]
name = "uv-virtualenv"
@ -5250,6 +5250,7 @@ dependencies = [
"pypi-types",
"regex",
"rustc-hash",
"same-file",
"schemars",
"serde",
"thiserror",

View File

@ -16,14 +16,14 @@
python3Packages.buildPythonApplication rec {
pname = "uv";
version = "0.4.3";
version = "0.4.4";
pyproject = true;
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-NxnG7mKl0mB4sLKgzhgCBfp9e/Bz7bRqv5ShY4i01TY=";
hash = "sha256-PhLatO4XeYFrv0DqPc0NlSGXJvLkem0pqxEcoVZddZw=";
};
cargoDeps = rustPlatform.importCargoLock {