python310Packages.pontos: 23.3.1 -> 23.3.3

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.3.3
This commit is contained in:
Fabian Affolter 2023-03-03 16:02:37 +01:00
parent 291b706ec5
commit a618e6594f

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.3.1";
version = "23.3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-00vIdNiiUmvPevGAUAgaxo8tKICPbAt9byJrSySogPY=";
hash = "sha256-Wd02dlRIRBBJ2cKNxIZxOoWjp1aPxqmc37tvUbc/pJk=";
};
nativeBuildInputs = [