Merge pull request #242025 from fabaff/pontos-bump

python311Packages.pontos: 23.7.2 -> 23.7.4
This commit is contained in:
Fabian Affolter 2023-07-08 10:48:20 +02:00 committed by GitHub
commit 5b79e066c0
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.7.2";
version = "23.7.4";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-wdnYHpIrSGEOBC1mw8aHXCcSney0IDc1MKSFsbGNjq0=";
hash = "sha256-gYb3sTu0/HNakV2dCjo+YUT5JJu7IX4GhT3187HqTB0=";
};
nativeBuildInputs = [