dtrx 8.2.2 -> 8.5.0 https://pypi.org/project/dtrx/ attrpath: dtrx 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/0vy2jb3409ya512cs00n3jhq7wf0cbhl-packages.json.drv building '/nix/store/0vy2jb3409ya512cs00n3jhq7wf0cbhl-packages.json.drv'... Going to be running update for following packages: - dtrx-8.4.0 Press Enter key to continue... Running update for: - dtrx-8.4.0: UPDATING ... - dtrx-8.4.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/compression/dtrx/default.nix b/pkgs/tools/compression/dtrx/default.nix index c99d40cbc92..7b76e068c8b 100644 --- a/pkgs/tools/compression/dtrx/default.nix +++ b/pkgs/tools/compression/dtrx/default.nix @@ -21,13 +21,13 @@ python3Packages.buildPythonApplication rec { pname = "dtrx"; - version = "8.4.0"; + version = "8.5.0"; src = fetchFromGitHub { owner = "dtrx-py"; repo = "dtrx"; rev = "refs/tags/${version}"; - sha256 = "sha256-G+W0qY8s30cYSmOEy9Kkx+Wr48n7+6FuzL34GvwdKtg="; + sha256 = "sha256-jx2IHa7Ztg8Dbwgm8mSJQKtNpg0sg5axGssBMTAMDI0="; }; postInstall = 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 dtrx nix build failed. writing dependency_links to dtrx.egg-info/dependency_links.txt writing entry points to dtrx.egg-info/entry_points.txt writing requirements to dtrx.egg-info/requires.txt writing top-level names to dtrx.egg-info/top_level.txt reading manifest file 'dtrx.egg-info/SOURCES.txt' adding license file 'COPYING' writing manifest file 'dtrx.egg-info/SOURCES.txt' running build_ext tasks (unittest.loader._FailedTest) ... ERROR ====================================================================== ERROR: tasks (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: tasks Traceback (most recent call last): File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/unittest/loader.py", line 470, in _find_test_path package = self._get_module_from_name(name) File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/build/source/tasks/__init__.py", line 7, in import invoke ModuleNotFoundError: No module named 'invoke' ---------------------------------------------------------------------- Ran 1 test in 0.000s FAILED (errors=1) Test failed: error: Test failed: