Unverified Commit c535fd6d authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

uv: 0.4.6 -> 0.4.7 (#340343)

parents 3f8d8552 082346e3
Loading
Loading
Loading
Loading
+3 −14
Original line number Diff line number Diff line
@@ -968,17 +968,6 @@ version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"

[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 1.0.109",
]

[[package]]
name = "diff"
version = "0.1.13"
@@ -4452,7 +4441,7 @@ checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"

[[package]]
name = "uv"
version = "0.4.6"
version = "0.4.7"
dependencies = [
 "anstream",
 "anyhow",
@@ -4812,6 +4801,7 @@ dependencies = [
 "uv-types",
 "uv-warnings",
 "uv-workspace",
 "walkdir",
 "zip",
]

@@ -5047,7 +5037,6 @@ dependencies = [
 "cache-key",
 "clap",
 "dashmap",
 "derivative",
 "distribution-filename",
 "distribution-types",
 "either",
@@ -5205,7 +5194,7 @@ dependencies = [

[[package]]
name = "uv-version"
version = "0.4.6"
version = "0.4.7"

[[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.4.6";
  version = "0.4.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "astral-sh";
    repo = "uv";
    rev = "refs/tags/${version}";
    hash = "sha256-TBAnKVlv6SpPy6DUdq9AQE9qrCNuRiixuy4fMzDi9Yg=";
    hash = "sha256-81fxSvYRr0aSUlxYklA44emfa5E4SQBENkYAKoHAStc=";
  };

  cargoDeps = rustPlatform.importCargoLock {