Merge pull request #228193 from fabaff/pontos-bump

python310Packages.pontos: 23.4.3 -> 23.4.6
This commit is contained in:
Mario Rodas 2023-04-25 19:40:15 -05:00 committed by GitHub
commit ed6b7faf98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.4.3";
version = "23.4.6";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-dfalOFksqrOOhoQz2VCeEFS10Sqr7qmjgH7Rgb2YCeY=";
hash = "sha256-b96tfdr/Ya8qK3e+/sXWjlsi8gExX5f/5WgQxWuQfq8=";
};
nativeBuildInputs = [