Merge pull request #241258 from fabaff/pontos-bump

python311Packages.pontos: 23.6.2 -> 23.7.0
This commit is contained in:
Nick Cao 2023-07-04 10:30:33 +08:00 committed by GitHub
commit 84e4f51712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.6.2";
version = "23.7.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-kLBkTOV4vllAGtnFWo44KxC0UPrYqWEOpC5oai+dIC8=";
hash = "sha256-KCWU14nW83xlKk0HqbhE4pWoDs46lW4w47n8mdtts6Q=";
};
nativeBuildInputs = [