1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python312Packages.gvm-tools: 24.7.0 -> 24.8.0 (#338235)

This commit is contained in:
Fabian Affolter 2024-08-30 11:19:25 +02:00 committed by GitHub
commit 58939e5336
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "gvm-tools";
version = "24.7.0";
version = "24.8.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "gvm-tools";
rev = "refs/tags/v${version}";
hash = "sha256-m4wEAx2WyVIMi+xucqUCPr2PLxLo00haObjf+0swUdA=";
hash = "sha256-MwLwJyxKu4O0cEabBjcdhqtqW3uwgbyVlezZysUDYa4=";
};
__darwinAllowLocalNetworking = true;