python3Packages.cyvest: 5.3.0 -> 5.3.3

Changelog: https://github.com/PakitoSec/cyvest/releases/tag/v5.3.3
This commit is contained in:
Fabian Affolter
2026-03-20 21:23:25 +01:00
parent 8bda61b3e3
commit eb3add1653
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "cyvest";
version = "5.3.0";
version = "5.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "PakitoSec";
repo = "cyvest";
tag = "v${finalAttrs.version}";
hash = "sha256-FoQxhQHV1VuLfCsi3eRtxhFhuiHOtRDQc8+bhln+MOQ=";
hash = "sha256-4vNfv5dIoeRhnTXNFgqvtxBaCONceXnJhF9RsLD1CIA=";
};
postPatch = ''