radicale2 0 -> 1 attrpath: radicale2 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/pdk796f9wl2g6krsljfc0hbwyi1zvmyf-packages.json.drv building '/nix/store/pdk796f9wl2g6krsljfc0hbwyi1zvmyf-packages.json.drv'... Going to be running update for following packages: - Radicale-2.1.12 Press Enter key to continue... Running update for: - Radicale-2.1.12: UPDATING ... - Radicale-2.1.12: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/radicale/2.x.nix b/pkgs/servers/radicale/2.x.nix index 23195338641f..17374c6e6024 100644 --- a/pkgs/servers/radicale/2.x.nix +++ b/pkgs/servers/radicale/2.x.nix @@ -2,14 +2,14 @@ python3.pkgs.buildPythonApplication rec { pname = "Radicale"; - version = "2.1.12"; + version = "3.1.9"; # No tests in PyPI tarball src = fetchFromGitHub { owner = "Kozea"; repo = "Radicale"; - rev = version; - sha256 = "14f9ql0fiwapaa4xaslwgk1ah9fzxxan2p1p2rxb4a5iqph1z0cl"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-i4NQ1+ltRE0g8AoyGKKVcgZgSmLeppnobu6bf2+XmWY="; }; # We only want functional tests No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A radicale2 nix build failed. from radicale.app import Application radicale/app/__init__.py:38: in from radicale.app.base import ApplicationBase radicale/app/base.py:29: in import defusedxml.ElementTree as DefusedET # isort:skip E ModuleNotFoundError: No module named 'defusedxml' _________________ ERROR collecting radicale/tests/test_web.py __________________ ImportError while importing test module '/build/source/radicale/tests/test_web.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/glfr70gi7hfaj50mwj2431p8bg60fhqw-python3-3.11.9/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) radicale/__init__.py:33: in from radicale.app import Application radicale/app/__init__.py:38: in from radicale.app.base import ApplicationBase radicale/app/base.py:29: in import defusedxml.ElementTree as DefusedET # isort:skip E ModuleNotFoundError: No module named 'defusedxml' =========================== short test summary info ============================ ERROR radicale/tests/test_auth.py ERROR radicale/tests/test_base.py ERROR radicale/tests/test_config.py ERROR radicale/tests/test_rights.py ERROR radicale/tests/test_server.py ERROR radicale/tests/test_storage.py ERROR radicale/tests/test_web.py !!!!!!!!!!!!!!!!!!! Interrupted: 7 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 7 errors in 0.17s =============================== /nix/store/9wnvhjyxjykwn5y06xc9a2h8rs5fbfia-stdenv-linux/setup: line 1579: pop_var_context: head of shell_variables not a function context