python311Packages.pontos: 23.9.0 -> 23.9.1

Diff: https://github.com/greenbone/pontos/compare/refs/tags/v23.9.0...v23.9.1

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.9.1
This commit is contained in:
Fabian Affolter 2023-09-27 18:48:34 +02:00
parent bfbbf80015
commit b8115f921a

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.9.0";
version = "23.9.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7AU2K4XQ7B29IY53+uh0yre8RaOZ2GFc8hpyLWQilTE=";
hash = "sha256-HRIGS2B6tc4qaOMTud5/uhEr1k7puqJUugDj1WuacqU=";
};
nativeBuildInputs = [