Merge pull request #336526 from knl/upgrade-uv-to-0.3.1

uv: 0.3.0 -> 0.3.1
This commit is contained in:
Gaétan Lepage
2024-08-22 14:58:59 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4498,7 +4498,7 @@ checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
[[package]]
name = "uv"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"anstream",
"anyhow",
@@ -5248,7 +5248,7 @@ dependencies = [
[[package]]
name = "uv-version"
version = "0.3.0"
version = "0.3.1"
[[package]]
name = "uv-virtualenv"
+2 -2
View File
@@ -16,14 +16,14 @@
python3Packages.buildPythonApplication rec {
pname = "uv";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-5tX7PvON/n2ntwunoKU/U9zUIVxU+SPVWXelfHapqDA=";
hash = "sha256-mBkPoYbixrY+2dHLfkF0xJow5UIl/MNkC0dNc4ZNnlU=";
};
cargoDeps = rustPlatform.importCargoLock {