python310Packages.gvm-tools: 23.2.0 -> 23.3.0

This commit is contained in:
Fabian Affolter
2023-03-22 20:04:28 +01:00
parent 5e21661aed
commit 11df8eb028
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "gvm-tools";
version = "23.2.0";
version = "23.3.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-TwGeLEfP69ZK/fkhS0sB6aPh8aDjg6Tri2mUUzk4jbk=";
hash = "sha256-sv34PwOEWGsIgSNpUcqvwjJ+6FSrmpXNB5gc47EjFU0=";
};
nativeBuildInputs = [