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/2kgfjaj24r4rwgj3kzjnkyqachdh7dgs-packages.json.drv building '/nix/store/2kgfjaj24r4rwgj3kzjnkyqachdh7dgs-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 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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/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/l8mdvzqh0aynd7xxa2bfbi2w263d6ll5-bikeshed-4.1.5 checking for references to /build/ in /nix/store/l8mdvzqh0aynd7xxa2bfbi2w263d6ll5-bikeshed-4.1.5... patching script interpreter paths in /nix/store/l8mdvzqh0aynd7xxa2bfbi2w263d6ll5-bikeshed-4.1.5 stripping (with command strip and flags -S -p) in /nix/store/l8mdvzqh0aynd7xxa2bfbi2w263d6ll5-bikeshed-4.1.5/lib /nix/store/l8mdvzqh0aynd7xxa2bfbi2w263d6ll5-bikeshed-4.1.5/bin shrinking RPATHs of ELF executables and libraries in /nix/store/8n08a8kilyz7lc3mn6r5ww3y2ad2bqvv-bikeshed-4.1.5-dist checking for references to /build/ in /nix/store/8n08a8kilyz7lc3mn6r5ww3y2ad2bqvv-bikeshed-4.1.5-dist... patching script interpreter paths in /nix/store/8n08a8kilyz7lc3mn6r5ww3y2ad2bqvv-bikeshed-4.1.5-dist Rewriting #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11 to #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8 wrapping `/nix/store/l8mdvzqh0aynd7xxa2bfbi2w263d6ll5-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/l8mdvzqh0aynd7xxa2bfbi2w263d6ll5-bikeshed-4.1.5/bin/.bikeshed-wrapped", line 6, in from bikeshed import main File "/nix/store/l8mdvzqh0aynd7xxa2bfbi2w263d6ll5-bikeshed-4.1.5/lib/python3.11/site-packages/bikeshed/__init__.py", line 69, in from . import ( File "/nix/store/l8mdvzqh0aynd7xxa2bfbi2w263d6ll5-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/l8mdvzqh0aynd7xxa2bfbi2w263d6ll5-bikeshed-4.1.5/lib/python3.11/site-packages/bikeshed/update/main.py", line 8, in from . import ( File "/nix/store/l8mdvzqh0aynd7xxa2bfbi2w263d6ll5-bikeshed-4.1.5/lib/python3.11/site-packages/bikeshed/update/manifest.py", line 13, in import kdl ModuleNotFoundError: No module named 'kdl'