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 19 20 20 buildPythonPackage rec { 21 21 pname = "pontos"; 22 - version = "24.9.0"; 22 + version = "24.12.0"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.9"; ··· 28 28 owner = "greenbone"; 29 29 repo = "pontos"; 30 30 rev = "refs/tags/v${version}"; 31 - hash = "sha256-CgO88I2M8RGpYyJchXZtqxIBjNaULSqnDgfFCUQDFUw="; 31 + hash = "sha256-+zlc23NRTDtPRaRnnvlf0tb3kkk+0TYPxACBUR/JWvw="; 32 32 }; 33 33 34 34 build-system = [ poetry-core ];