python310Packages.dunamai 0 -> 1 attrpath: python310Packages.dunamai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zpplkybjw3lwrcyfnnmkv6zz6wyzhqjh-packages.json.drv building '/nix/store/zpplkybjw3lwrcyfnnmkv6zz6wyzhqjh-packages.json.drv'... Going to be running update for following packages: - python3.10-dunamai-1.16.0 Press Enter key to continue... Running update for: - python3.10-dunamai-1.16.0: UPDATING ... - python3.10-dunamai-1.16.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/dunamai/default.nix b/pkgs/development/python-modules/dunamai/default.nix index 87ff45fb468..24cca129178 100644 --- a/pkgs/development/python-modules/dunamai/default.nix +++ b/pkgs/development/python-modules/dunamai/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "dunamai"; - version = "1.16.0"; + version = "1.17.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "mtkennerly"; repo = "dunamai"; rev = "refs/tags/v${version}"; - hash = "sha256-pPUn+1rv76N/7WVDyWJLPVMweJ1Qbx6/P4zIKU06hSs="; + hash = "sha256-Cvlwj8/qULkFTLz7ySwGs6YoMeTylrLNK1GLeq/XjKY="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.dunamai nix build failed. command: str, codes: Sequence[int] = (0,), where: Optional[Path] = None, shell: bool = False, env: Optional[dict] = None, ) -> Tuple[int, str]: result = subprocess.run( shlex.split(command), stdout=subprocess.PIPE, stderr=subprocess.STDOUT, cwd=str(where) if where is not None else None, shell=shell, env=env, ) output = result.stdout.decode().strip() if codes and result.returncode not in codes: > raise RuntimeError( "The command '{}' returned code {}. Output:\n{}".format( command, result.returncode, output ) ) E RuntimeError: The command 'git clone --depth 1 https://github.com/mtkennerly/dunamai.git .' returned code 128. Output: E Cloning into '.'... E fatal: unable to access 'https://github.com/mtkennerly/dunamai.git/': Could not resolve host: github.com dunamai/__init__.py:166: RuntimeError =========================== short test summary info ============================ FAILED tests/integration/test_dunamai.py::test__version__from_git__shallow - RuntimeError: The command 'git clone --depth 1 https://github.com/mtkennerl... =================== 1 failed, 52 passed, 6 skipped in 14.51s =================== /nix/store/j0xzghjmynydvw37zihdbw598j0iwly9-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context