Merge pull request #235281 from fabaff/python-gvm-bump
python311Packages.python-gvm: 23.5.0 -> 23.5.1
This commit is contained in:
commit
f619f46710
1 changed files with 4 additions and 2 deletions
|
@ -6,13 +6,14 @@
|
|||
, lxml
|
||||
, paramiko
|
||||
, poetry-core
|
||||
, pontos
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-gvm";
|
||||
version = "23.5.0";
|
||||
version = "23.5.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -21,7 +22,7 @@ buildPythonPackage rec {
|
|||
owner = "greenbone";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-84MTr9aTMB5MUj84bqbSGfX8JLA1KQ8pRE8Nr2RmoJw=";
|
||||
hash = "sha256-jdfrmFpWOuQgYwV2NrRyRDwAZThWdBFgfLByVIZ5HhQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -32,6 +33,7 @@ buildPythonPackage rec {
|
|||
defusedxml
|
||||
lxml
|
||||
paramiko
|
||||
pontos
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Reference in a new issue