Mario Rodas 2024-03-14 04:20:00 +00:00
parent 9e74ca5b99
commit 4ed6027b4b
2 changed files with 4 additions and 4 deletions

View File

@ -4198,7 +4198,7 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
[[package]]
name = "uv"
version = "0.1.19"
version = "0.1.21"
dependencies = [
"anstream",
"anyhow",
@ -4719,7 +4719,7 @@ dependencies = [
[[package]]
name = "uv-version"
version = "0.1.19"
version = "0.1.21"
[[package]]
name = "uv-virtualenv"

View File

@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec {
pname = "uv";
version = "0.1.19";
version = "0.1.21";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = version;
hash = "sha256-OJDN6guJpUfGhX2Sk47wLHfT3XT2mnSINPiI2DgyfsU=";
hash = "sha256-xc1+33BCycl7BJqqcQKLR9Sgg8xTRcF8P7gRIyeRIZ4=";
};
cargoLock = {