python312Packages.securityreporter: set version manually (#356096)

This commit is contained in:
Fabian Affolter
2024-11-15 22:41:16 +01:00
committed by GitHub
@@ -24,6 +24,11 @@ buildPythonPackage rec {
hash = "sha256-fpsvjbPE6iaOmLxykGSkCjkhFTmb8xhXa8pDrWN66KM=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'version = "0.0.0"' 'version = "${version}"'
'';
build-system = [ poetry-core ];
dependencies = [ requests ];