Merge pull request #287503 from r-ryantm/auto-update/python311Packages.pontos

python311Packages.pontos: 24.3.0 -> 24.3.1
This commit is contained in:
Weijia Wang 2024-03-07 22:22:55 +01:00 committed by GitHub
commit bb497f0779
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.3.0";
version = "24.3.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "pontos";
rev = "refs/tags/v${version}";
hash = "sha256-FU0GQ+jpx3Th3397F4jJhiopaKHgdWMxy0bff2hfAa4=";
hash = "sha256-EYfhbIFD2p6ZZ4i6NCA22LS6mAZoJCJSYlTmRExWgw4=";
};
nativeBuildInputs = [