python311Packages.pontos: 23.6.0 -> 23.6.1

Diff: https://github.com/greenbone/pontos/compare/refs/tags/v23.6.0...v23.6.1

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.6.1
This commit is contained in:
Fabian Affolter 2023-06-23 21:13:25 +02:00
parent 146534f2b7
commit 14b6983a14

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.6.0";
version = "23.6.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-NWhDKcxA4lFOPLYH12FGqfsErIKp+Lsrjy0adFIKEWc=";
hash = "sha256-HBDijU5R1furmlP1ykmjbbBWXh/LSVE2zuuJ80D9Yng=";
};
nativeBuildInputs = [