python311Packages.pontos: 24.2.0 -> 24.2.1

Diff: https://github.com/greenbone/pontos/compare/refs/tags/v24.2.0...v24.2.1

Changelog: https://github.com/greenbone/pontos/releases/tag/v24.2.1
This commit is contained in:
Fabian Affolter 2024-02-10 09:42:09 +01:00
parent 8f9789aa7f
commit ddfdcbfaef

View file

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