2023-01-02T00:10:50 gvm-tools 22.6.1 -> 22.9.0 https://pypi.org/project/gvm-tools/ 2023-01-02T00:10:52 attrpath: gvm-tools 2023-01-02T00:10:52 Checking auto update branch... 2023-01-02T00:10:52 No auto update branch exists 2023-01-02T00:10:53 Old version 22.6.1" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , poetry-core , pytestCheckHook , python-gvm , pythonAtLeast , pythonOlder }: buildPythonPackage rec { pname = "gvm-tools"; version = "22.9.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "greenbone"; repo = pname; rev = "v${version}"; sha256 = "sha256-I+fnVRxkv8MjPOBElRZv2aigAOA0gGm5xoK+bFohfZA="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ python-gvm ]; checkInputs = [ pytestCheckHook ]; disabledTests = [ # Don't test sending "SendTargetTestCase" ] ++ lib.optionals (pythonAtLeast "3.10") [ "HelpFormattingParserTestCase" ]; pythonImportsCheck = [ "gvmtools" ]; meta = with lib; { description = "Collection of APIs that help with remote controlling a Greenbone Security Manager"; homepage = "https://github.com/greenbone/gvm-tools"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; }; } gvm-tools 22.6.1 -> 22.9.0 https://pypi.org/project/gvm-tools/ attrpath: gvm-tools Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval -f . "(let pkgs = import ./. {}; in builtins.hasAttr \"updateScript\" pkgs.gvm-tools)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.gvm-tools)' not found