python312Packages.pontos: 24.12.0 -> 24.12.3

This commit is contained in:
R. Ryantm
2024-12-16 08:40:52 +00:00
parent 83b0c9fd14
commit 0c198f86ee
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "24.12.0";
version = "24.12.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,8 +27,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "greenbone";
repo = "pontos";
rev = "refs/tags/v${version}";
hash = "sha256-+zlc23NRTDtPRaRnnvlf0tb3kkk+0TYPxACBUR/JWvw=";
tag = "v${version}";
hash = "sha256-ezU525MPiQkW7nmm/SUdG1dsOfybosdlL1Uf1rHIDFE=";
};
build-system = [ poetry-core ];