python312Packages.pontos: 24.2.1 -> 24.2.2

This commit is contained in:
R. Ryantm 2024-02-26 17:58:42 +00:00
parent 8c826e35a9
commit c9cfe85c51

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "24.2.1";
version = "24.2.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "pontos";
rev = "refs/tags/v${version}";
hash = "sha256-lvmi/aYDGDHbiioFWovDpTCcqgh9hu97Wk2Lcqfd6qk=";
hash = "sha256-xg5/UDAnT6kvDfYnQn/LCHlAgpRrt19pDC8NB5RzCnc=";
};
nativeBuildInputs = [