toot 0.29.0 -> 0.33.1 https://github.com/ihabunek/toot/releases attrpath: toot 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/hp1szx2xa8438q9c5i2r7w1819c9bp4r-packages.json.drv building '/nix/store/hp1szx2xa8438q9c5i2r7w1819c9bp4r-packages.json.drv'... Going to be running update for following packages: - toot-0.29.0 Press Enter key to continue... Running update for: - toot-0.29.0: UPDATING ... - toot-0.29.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/toot/default.nix b/pkgs/applications/misc/toot/default.nix index 22df6613008..46317589513 100644 --- a/pkgs/applications/misc/toot/default.nix +++ b/pkgs/applications/misc/toot/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "toot"; - version = "0.29.0"; + version = "0.33.1"; src = fetchFromGitHub { owner = "ihabunek"; repo = "toot"; rev = "refs/tags/${version}"; - sha256 = "sha256-SrPjotEkP8Z2uYB/4eAJAk3Zmzmr0xET69PmkxQCwFQ="; + sha256 = "sha256-qZk42zGHWpeN5rZPFw7xAmDIvhPzqTePU3If+p/L98c="; }; checkInputs = with python3Packages; [ pytest ]; 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 toot nix build failed. checking for references to /build/ in /nix/store/06517dpimm166dsgzzv9j8vrzr187c00-toot-0.33.1... shrinking RPATHs of ELF executables and libraries in /nix/store/an251vhywprvzpnrrqbk98rf97hcp2kn-toot-0.33.1-dist strip is /nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/strip patching script interpreter paths in /nix/store/an251vhywprvzpnrrqbk98rf97hcp2kn-toot-0.33.1-dist checking for references to /build/ in /nix/store/an251vhywprvzpnrrqbk98rf97hcp2kn-toot-0.33.1-dist... Rewriting #!/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/bin/python3.10 to #!/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9 wrapping `/nix/store/06517dpimm166dsgzzv9j8vrzr187c00-toot-0.33.1/bin/toot'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests ============================= test session starts ============================== platform linux -- Python 3.10.9, pytest-7.1.3, pluggy-1.0.0 rootdir: /build/source collecting ...  collecting 46 items / 1 error  collected 47 items / 1 error  ==================================== ERRORS ==================================== __________________ ERROR collecting tests/test_integration.py __________________ ImportError while importing test module '/build/source/tests/test_integration.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_integration.py:17: in import psycopg2 E ModuleNotFoundError: No module named 'psycopg2' =========================== short test summary info ============================ ERROR tests/test_integration.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.62s ===============================