2023-01-02T00:28:43 hpccm 22.5.0 -> 22.10.0 https://pypi.org/project/hpccm/ 2023-01-02T00:28:46 attrpath: hpccm 2023-01-02T00:28:46 Checking auto update branch... 2023-01-02T00:28:46 No auto update branch exists 2023-01-02T00:28:47 Old version 22.5.0" not present in master derivation file with contents: { lib , fetchFromGitHub , buildPythonPackage , six , archspec , pytestCheckHook , pytest-xdist }: buildPythonPackage rec { pname = "hpccm"; version = "22.10.0"; src = fetchFromGitHub { owner = "NVIDIA"; repo = "hpc-container-maker"; rev = "v${version}"; sha256 = "sha256-dLMbwtvn7HTVVlWHAzXU19ERdJxytf9NlnqMXW6ShKI="; }; propagatedBuildInputs = [ six archspec ]; checkInputs = [ pytestCheckHook pytest-xdist ]; disabledTests = [ # tests require git "test_commit" "test_tag" ]; pythonImportsCheck = [ "hpccm" ]; meta = with lib; { description = "HPC Container Maker"; homepage = "https://github.com/NVIDIA/hpc-container-maker"; license = licenses.asl20; platforms = platforms.x86; maintainers = with maintainers; [ atila ]; }; } hpccm 22.5.0 -> 22.10.0 https://pypi.org/project/hpccm/ attrpath: hpccm 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.hpccm)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.hpccm)' not found