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] 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 f3e58b778718..ad59f0c030bd 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.5"; src = fetchPypi { inherit pname version; - sha256 = "sha256-3fVo+B71SsJs+XF4+FWH2nz0ouTnpC/02fXYr1C9Jrk="; + sha256 = "sha256-R8684kvL0kHbJAjzSlMdn34449rymtzOcx9NWHoBh7Y="; }; # Relax requirements from "==" to ">=" 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 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/2vrpx9k1ywi8qy218j9w1mpmjs0x5n8c-bikeshed-4.1.5 checking for references to /build/ in /nix/store/2vrpx9k1ywi8qy218j9w1mpmjs0x5n8c-bikeshed-4.1.5... patching script interpreter paths in /nix/store/2vrpx9k1ywi8qy218j9w1mpmjs0x5n8c-bikeshed-4.1.5 stripping (with command strip and flags -S -p) in /nix/store/2vrpx9k1ywi8qy218j9w1mpmjs0x5n8c-bikeshed-4.1.5/lib /nix/store/2vrpx9k1ywi8qy218j9w1mpmjs0x5n8c-bikeshed-4.1.5/bin shrinking RPATHs of ELF executables and libraries in /nix/store/3rfalcc54ywfxn061x510jfzrwljzv1l-bikeshed-4.1.5-dist checking for references to /build/ in /nix/store/3rfalcc54ywfxn061x510jfzrwljzv1l-bikeshed-4.1.5-dist... patching script interpreter paths in /nix/store/3rfalcc54ywfxn061x510jfzrwljzv1l-bikeshed-4.1.5-dist Rewriting #!/nix/store/w4fvvhkzb0ssv0fw5j34pw09f0qw84w8-python3-3.11.7/bin/python3.11 to #!/nix/store/w4fvvhkzb0ssv0fw5j34pw09f0qw84w8-python3-3.11.7 wrapping `/nix/store/2vrpx9k1ywi8qy218j9w1mpmjs0x5n8c-bikeshed-4.1.5/bin/bikeshed'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase Traceback (most recent call last): File "/nix/store/2vrpx9k1ywi8qy218j9w1mpmjs0x5n8c-bikeshed-4.1.5/bin/.bikeshed-wrapped", line 6, in from bikeshed import main File "/nix/store/2vrpx9k1ywi8qy218j9w1mpmjs0x5n8c-bikeshed-4.1.5/lib/python3.11/site-packages/bikeshed/__init__.py", line 69, in from . import ( File "/nix/store/2vrpx9k1ywi8qy218j9w1mpmjs0x5n8c-bikeshed-4.1.5/lib/python3.11/site-packages/bikeshed/update/__init__.py", line 1, in from .main import fixupDataFiles, update, updateReadonlyDataFiles File "/nix/store/2vrpx9k1ywi8qy218j9w1mpmjs0x5n8c-bikeshed-4.1.5/lib/python3.11/site-packages/bikeshed/update/main.py", line 8, in from . import ( File "/nix/store/2vrpx9k1ywi8qy218j9w1mpmjs0x5n8c-bikeshed-4.1.5/lib/python3.11/site-packages/bikeshed/update/manifest.py", line 13, in import kdl ModuleNotFoundError: No module named 'kdl'