python3Packages.uv-build: 0.11.8 -> 0.11.16

Diff: https://github.com/astral-sh/uv/compare/0.11.8...0.11.16

Changelog: https://github.com/astral-sh/uv/blob/0.11.16/CHANGELOG.md
This commit is contained in:
Robert Schütz 2026-05-23 22:15:38 -07:00 committed by Martin Weinelt
commit d38ef98cda

View file

@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "uv-build";
version = "0.11.8";
version = "0.11.16";
pyproject = true;
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = finalAttrs.version;
hash = "sha256-wu9EA3z/qj29lfSj8wKE4p8XEAJQakQTg2AK8I/64us=";
hash = "sha256-5LJspcHj/RjOMv7eRB7n+tofX4s51M3kqHCPymCg90A=";
};
nativeBuildInputs = [
@ -26,7 +26,7 @@ buildPythonPackage (finalAttrs: {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-ygGRoZgD88Q2EkN0U4SDTwya96Ds3Pqy3Llj8cjGwnY=";
hash = "sha256-2lg86WxPGVbJ91zi61lKrSqnzFgmmSrBrl+SfV5SJWU=";
};
buildAndTestSubdir = "crates/uv-build";