3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.pontos: 23.4.9 -> 23.5.0

Diff: https://github.com/greenbone/pontos/compare/refs/tags/v23.4.9...v23.5.0

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.5.0
This commit is contained in:
Fabian Affolter 2023-05-04 09:59:58 +02:00
parent 3428bdf3c9
commit c83681761b

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.4.9";
version = "23.5.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-rShSVoDL5jY1xCZ6O9jUdGpErMMmq91Ypb0rBoTApIQ=";
hash = "sha256-GboOp0lsJ5nsZ6PIUqqCVLmroppKFR/xBnd9DqNw030=";
};
nativeBuildInputs = [