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

python312Packages.python-gvm: 24.7.0 -> 24.8.0 (#338237)

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

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "python-gvm";
version = "24.7.0";
version = "24.8.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "python-gvm";
rev = "refs/tags/v${version}";
hash = "sha256-WsZxISvPw4uvRKv5CYpcLunAxvoCvVWTSp+m2QTEe0g=";
hash = "sha256-JyImC75Le6S2kQXSU/Ze4TNaitJSJ8LD9j/ny+xjoGA=";
};
build-system = [ poetry-core ];