pyradio 0 -> 1 attrpath: pyradio 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: - pyradio-0.9.1 Press Enter key to continue... Running update for: - pyradio-0.9.1: UPDATING ... - pyradio-0.9.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/audio/pyradio/default.nix b/pkgs/applications/audio/pyradio/default.nix index 2fc911222da9..77a84b8c31bb 100644 --- a/pkgs/applications/audio/pyradio/default.nix +++ b/pkgs/applications/audio/pyradio/default.nix @@ -6,13 +6,13 @@ python3Packages.buildPythonApplication rec { pname = "pyradio"; - version = "0.9.1"; + version = "0.9.2.24"; src = fetchFromGitHub { owner = "coderholic"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-tu/qlrbTcUCIRF15x9ATKHH+LDy1OsGJpo5x+CerTKg="; + hash = "sha256-IKmaQORxmn0OijhKHSOFE9uW7TgqfhoXjyezxFDdkw4="; }; 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 pyradio nix build failed. Rewriting #!/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/bin/python3.11 to #!/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7 wrapping `/nix/store/d0x9nvw4w43m5wlggd75ssfmqdd19sj5-pyradio-0.9.2.24/bin/pyradio'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase Error: Module "dateutil" not found! Please install the above module and try again. Debian based distros: sudo apt install python3-dateutil Arch based distros: sudo pacman install python-dateutil Fedora based distros: sudo dnf install python-dateutil openSUSE based distros: sudo zypper install python3-dateutil If everything else fails, try: python -m pip install dateutil or python3 -m pip install dateutil or even python -m pip install --user dateutil