Merge pull request #219370 from fabaff/pontos-bump

python310Packages.pontos: 23.3.1 -> 23.3.3
This commit is contained in:
superherointj 2023-03-03 14:55:04 -03:00 committed by GitHub
commit f8788c000a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [