uv: 0.3.0 -> 0.3.1

Changelog: https://github.com/astral-sh/uv/blob/refs/tags/0.3.1/CHANGELOG.md
This commit is contained in:
Nikola Knezevic 2024-08-22 12:39:32 +02:00
parent 5e4cafbcea
commit c3190161ed
2 changed files with 4 additions and 4 deletions

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"

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 {