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:
parent
3428bdf3c9
commit
c83681761b
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue