Unverified Commit 2835951f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

uv: 0.2.3 -> 0.2.4
parents 8ac6627b ff577476
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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"
+2 −2
Original line number Diff line number Diff line
@@ -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 {