0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.python-gvm: 26.2.0 -> 26.2.1

This commit is contained in:
R. Ryantm 2025-06-19 18:22:25 +00:00
parent 9422633af4
commit d304d80343

View file

@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-gvm"; pname = "python-gvm";
version = "26.2.0"; version = "26.2.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "greenbone"; owner = "greenbone";
repo = "python-gvm"; repo = "python-gvm";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-xWNOUgTanOVYjvoZZkQBrKYr0z+dn0/ur5jdO549FXw="; hash = "sha256-rYUqWuAnbT5XAvUJx0D7y9I0w8z8/jhvwAFtxCL/iGw=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];