uv: 0.4.11 -> 0.4.20
Diff: https://github.com/astral-sh/uv/compare/refs/tags/0.4.11...0.4.20 Changelog: https://github.com/astral-sh/uv/blob/refs/tags/0.4.20/CHANGELOG.md
This commit is contained in:
parent
97ad9186ca
commit
132098649f
1339
pkgs/by-name/uv/uv/Cargo.lock
generated
1339
pkgs/by-name/uv/uv/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -9,21 +9,20 @@
|
||||
python3Packages,
|
||||
rustPlatform,
|
||||
stdenv,
|
||||
testers,
|
||||
uv,
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "uv";
|
||||
version = "0.4.11";
|
||||
version = "0.4.20";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "astral-sh";
|
||||
repo = "uv";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-a8mN2wag26BSL+2b5i4P1XN34J8jt+lZm2poZQdsAzM=";
|
||||
hash = "sha256-PfjYGCPPRZVm4H9oxkWdjW7kHu4CqdkenFgL61dOU5k=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.importCargoLock {
|
||||
@ -65,8 +64,12 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
pythonImportsCheck = [ "uv" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
versionCheckProgramArg = [ "--version" ];
|
||||
|
||||
passthru = {
|
||||
tests.version = testers.testVersion { package = uv; };
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user