Unverified Commit 58138bca authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #292475 from marsam/update-uv

uv: 0.1.12 -> 0.1.13
parents 1f1e72f3 11751e09
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4133,7 +4133,7 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"

[[package]]
name = "uv"
version = "0.1.12"
version = "0.1.13"
dependencies = [
 "anstream",
 "anyhow",
@@ -4228,6 +4228,7 @@ dependencies = [
 "pypi-types",
 "pyproject-toml",
 "regex",
 "rustc-hash",
 "serde",
 "serde_json",
 "tempfile",
@@ -4374,6 +4375,7 @@ dependencies = [
 "platform-host",
 "platform-tags",
 "pypi-types",
 "rustc-hash",
 "tempfile",
 "tokio",
 "tracing",
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

rustPlatform.buildRustPackage rec {
  pname = "uv";
  version = "0.1.12";
  version = "0.1.13";

  src = fetchFromGitHub {
    owner = "astral-sh";
    repo = "uv";
    rev = version;
    hash = "sha256-tM8NX4BPGm8Xxlau+qpKSljTdSJutipsYFsZAdtmZuo=";
    hash = "sha256-MPDzuk6pE+uKr9ic0Q9gIk1yByZ/FdcVZx6ZheECR8A=";
  };

  cargoLock = {