python310Packages.pontos: 23.2.4 -> 23.2.8

This commit is contained in:
R. Ryantm 2023-02-10 10:24:32 +00:00
parent 6f6c936608
commit 2845cb6608

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.2.4";
version = "23.2.8";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-tunFd+hgaRx5wc1gRwZaNUEX550Rl1NR9rZfEWUw6H4=";
hash = "sha256-yxE+Gx48JQE++7SB8ouwgh2/rKKv8CC0QQSvwaSeFVc=";
};
nativeBuildInputs = [