bikeshed 0 -> 1 attrpath: bikeshed 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vv7iyc3iqcay6rvq10whiqgqskys2hrh-packages.json.drv building '/nix/store/vv7iyc3iqcay6rvq10whiqgqskys2hrh-packages.json.drv'... Going to be running update for following packages: - bikeshed-3.7.0 Press Enter key to continue... Running update for: - bikeshed-3.7.0: UPDATING ... - bikeshed-3.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/bikeshed/default.nix b/pkgs/applications/misc/bikeshed/default.nix index 21c6ac8c523d..c9efe90e0b1d 100644 --- a/pkgs/applications/misc/bikeshed/default.nix +++ b/pkgs/applications/misc/bikeshed/default.nix @@ -22,11 +22,11 @@ buildPythonApplication rec { pname = "bikeshed"; - version = "3.7.0"; + version = "4.1.6"; src = fetchPypi { inherit pname version; - sha256 = "sha256-3fVo+B71SsJs+XF4+FWH2nz0ouTnpC/02fXYr1C9Jrk="; + sha256 = "sha256-yObIgCdDns70mCZkxnlgn4RKK/FyFzzoAmezAqhM2qw="; }; # Relax requirements from "==" to ">=" No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bikeshed nix build failed. Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/y6d97wg4jwwa8brdpv5p279awpssg1gn-bikeshed-4.1.6 checking for references to /build/ in /nix/store/y6d97wg4jwwa8brdpv5p279awpssg1gn-bikeshed-4.1.6... patching script interpreter paths in /nix/store/y6d97wg4jwwa8brdpv5p279awpssg1gn-bikeshed-4.1.6 stripping (with command strip and flags -S -p) in /nix/store/y6d97wg4jwwa8brdpv5p279awpssg1gn-bikeshed-4.1.6/lib /nix/store/y6d97wg4jwwa8brdpv5p279awpssg1gn-bikeshed-4.1.6/bin shrinking RPATHs of ELF executables and libraries in /nix/store/8kj0wdkf1i7ji1fz9hi28rndxaclrwxa-bikeshed-4.1.6-dist checking for references to /build/ in /nix/store/8kj0wdkf1i7ji1fz9hi28rndxaclrwxa-bikeshed-4.1.6-dist... patching script interpreter paths in /nix/store/8kj0wdkf1i7ji1fz9hi28rndxaclrwxa-bikeshed-4.1.6-dist Rewriting #!/nix/store/7wz6hm9i8wljz0hgwz1wqmn2zlbgavrq-python3-3.11.8/bin/python3.11 to #!/nix/store/7wz6hm9i8wljz0hgwz1wqmn2zlbgavrq-python3-3.11.8 wrapping `/nix/store/y6d97wg4jwwa8brdpv5p279awpssg1gn-bikeshed-4.1.6/bin/bikeshed'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase Traceback (most recent call last): File "/nix/store/y6d97wg4jwwa8brdpv5p279awpssg1gn-bikeshed-4.1.6/bin/.bikeshed-wrapped", line 6, in from bikeshed import main File "/nix/store/y6d97wg4jwwa8brdpv5p279awpssg1gn-bikeshed-4.1.6/lib/python3.11/site-packages/bikeshed/__init__.py", line 69, in from . import ( File "/nix/store/y6d97wg4jwwa8brdpv5p279awpssg1gn-bikeshed-4.1.6/lib/python3.11/site-packages/bikeshed/update/__init__.py", line 1, in from .main import fixupDataFiles, update, updateReadonlyDataFiles File "/nix/store/y6d97wg4jwwa8brdpv5p279awpssg1gn-bikeshed-4.1.6/lib/python3.11/site-packages/bikeshed/update/main.py", line 8, in from . import ( File "/nix/store/y6d97wg4jwwa8brdpv5p279awpssg1gn-bikeshed-4.1.6/lib/python3.11/site-packages/bikeshed/update/manifest.py", line 13, in import kdl ModuleNotFoundError: No module named 'kdl'