python311Packages.pontos: 23.8.2 -> 23.8.4

Diff: https://github.com/greenbone/pontos/compare/refs/tags/v23.8.2...v23.8.4

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.8.4
This commit is contained in:
Fabian Affolter 2023-08-22 11:06:45 +02:00
parent 199b89700d
commit db75fab6b5

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.8.2";
version = "23.8.4";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-gcxhSVrOeUUHIQTIR3klaiF64H4wofgLB+PV47TYfiw=";
hash = "sha256-SXCqptEADWtp295DHWeWvhsmYWAtsxfckIVbPs4ACXc=";
};
nativeBuildInputs = [