Merge pull request #287702 from fabaff/pontos-bump

python311Packages.pontos: 24.2.0 -> 24.2.1
This commit is contained in:
Mario Rodas 2024-02-10 06:28:00 -05:00 committed by GitHub
commit 295bfd4408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "24.2.0";
version = "24.2.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "pontos";
rev = "refs/tags/v${version}";
hash = "sha256-vvI8jOqEdC0YPecoR7otPFmitFlD0j7s9DALlqwB9DU=";
hash = "sha256-lvmi/aYDGDHbiioFWovDpTCcqgh9hu97Wk2Lcqfd6qk=";
};
nativeBuildInputs = [