mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.cyvest: 6.0.0 -> 6.1.2 (#556099)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user