Merge pull request #315132 from r-ryantm/auto-update/uv

uv: 0.2.3 -> 0.2.4
This commit is contained in:
Pol Dellaiera 2024-05-27 22:50:08 +02:00 committed by GitHub
commit 2835951f07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View File

@ -4471,7 +4471,7 @@ checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
[[package]]
name = "uv"
version = "0.2.3"
version = "0.2.4"
dependencies = [
"anstream",
"anyhow",
@ -4496,7 +4496,6 @@ dependencies = [
"miette",
"mimalloc",
"owo-colors",
"pep440_rs",
"pep508_rs",
"platform-tags",
"predicates",
@ -5057,7 +5056,7 @@ dependencies = [
[[package]]
name = "uv-version"
version = "0.2.3"
version = "0.2.4"
[[package]]
name = "uv-virtualenv"

View File

@ -16,14 +16,14 @@
python3Packages.buildPythonApplication rec {
pname = "uv";
version = "0.2.3";
version = "0.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-NwIjuOsf6tv+kVEXA2GvQkVwDznZs5fnnkzcnVoOGpY=";
hash = "sha256-x0uFBHfH+RXMS67y7NdikqNzXrNVv40HGVV6TVqR5NY=";
};
cargoDeps = rustPlatform.importCargoLock {