python3Packages.cyvest: 6.0.0 -> 6.1.2 (#556099)

This commit is contained in:
Fabian Affolter
2026-08-24 21:29:51 +00:00
committed by GitHub

View File

@@ -15,19 +15,19 @@
buildPythonPackage (finalAttrs: {
pname = "cyvest";
version = "6.0.0";
version = "6.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "PakitoSec";
repo = "cyvest";
tag = "v${finalAttrs.version}";
hash = "sha256-QJirMx/cr9QSCS3wSEDHSGjmBe9XWAtjBEh1ZiRWUGU=";
hash = "sha256-w2Cphhb1iNAFlJEglF1ndVRZErs6vc3+pb+BHYEp7Xw=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "uv_build>=0.9.8,<0.10.0" "uv_build"
--replace-fail "uv_build>=0.9.8,<0.12.0" "uv_build"
'';
pythonRelaxDeps = [ "pydantic" ];