Commit c3190161 authored by Nikola Knezevic's avatar Nikola Knezevic
Browse files
parent 5e4cafbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 {