python312Packages.pontos: 24.9.0 -> 24.12.0 (#362610)

authored by Fabian Affolter and committed by GitHub 6ffd3875 b4cc970b

+2 -2
+2 -2
pkgs/development/python-modules/pontos/default.nix
··· 19 20 buildPythonPackage rec { 21 pname = "pontos"; 22 - version = "24.9.0"; 23 pyproject = true; 24 25 disabled = pythonOlder "3.9"; ··· 28 owner = "greenbone"; 29 repo = "pontos"; 30 rev = "refs/tags/v${version}"; 31 - hash = "sha256-CgO88I2M8RGpYyJchXZtqxIBjNaULSqnDgfFCUQDFUw="; 32 }; 33 34 build-system = [ poetry-core ];
··· 19 20 buildPythonPackage rec { 21 pname = "pontos"; 22 + version = "24.12.0"; 23 pyproject = true; 24 25 disabled = pythonOlder "3.9"; ··· 28 owner = "greenbone"; 29 repo = "pontos"; 30 rev = "refs/tags/v${version}"; 31 + hash = "sha256-+zlc23NRTDtPRaRnnvlf0tb3kkk+0TYPxACBUR/JWvw="; 32 }; 33 34 build-system = [ poetry-core ];