weblate 0 -> 1 attrpath: weblate 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/hyd562i0fdy9yds1zm4120lfh09ch3wk-packages.json.drv building '/nix/store/hyd562i0fdy9yds1zm4120lfh09ch3wk-packages.json.drv'... Going to be running update for following packages: - weblate-5.7 Press Enter key to continue... Running update for: - weblate-5.7: UPDATING ... - weblate-5.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/we/weblate/package.nix b/pkgs/by-name/we/weblate/package.nix index f3eec5c4aa7c..dfae2f62496c 100644 --- a/pkgs/by-name/we/weblate/package.nix +++ b/pkgs/by-name/we/weblate/package.nix @@ -34,7 +34,7 @@ let in python.pkgs.buildPythonApplication rec { pname = "weblate"; - version = "5.7"; + version = "5.7.1"; pyproject = true; @@ -46,8 +46,8 @@ python.pkgs.buildPythonApplication rec { src = fetchFromGitHub { owner = "WeblateOrg"; repo = "weblate"; - rev = "weblate-${version}"; - sha256 = "sha256-h5+0lOMD+H0ehtZ0bngA9bI5va1I5KjZH9boaEtXJPo="; + rev = "refs/tags/weblate-${version}"; + sha256 = "sha256-mVcVthOiUTTYGRIp6pcubMsHZW55P86ZCfeno6JjN4I="; }; patches = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/r992f8xgxqsbizyp409hcmpzf72m6j59-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A weblate nix build failed. File "/build/source/manage.py", line 18, in main(developer_mode=True) File "/build/source/weblate/runner.py", line 19, in main utility.execute() File "/nix/store/v4zaf48ins4xv9hif8lmwy05zmhjh2f2-python3.12-django-5.0.8/lib/python3.12/site-packages/django/core/management/__init__.py", line 416, in execute django.setup() File "/nix/store/v4zaf48ins4xv9hif8lmwy05zmhjh2f2-python3.12-django-5.0.8/lib/python3.12/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "/nix/store/v4zaf48ins4xv9hif8lmwy05zmhjh2f2-python3.12-django-5.0.8/lib/python3.12/site-packages/django/apps/registry.py", line 124, in populate app_config.ready() File "/nix/store/v4zaf48ins4xv9hif8lmwy05zmhjh2f2-python3.12-django-5.0.8/lib/python3.12/site-packages/django/contrib/admin/apps.py", line 27, in ready self.module.autodiscover() File "/nix/store/v4zaf48ins4xv9hif8lmwy05zmhjh2f2-python3.12-django-5.0.8/lib/python3.12/site-packages/django/contrib/admin/__init__.py", line 52, in autodiscover autodiscover_modules("admin", register_to=site) File "/nix/store/v4zaf48ins4xv9hif8lmwy05zmhjh2f2-python3.12-django-5.0.8/lib/python3.12/site-packages/django/utils/module_loading.py", line 58, in autodiscover_modules import_module("%s.%s" % (app_config.name, module_to_search)) File "/nix/store/pgb120fb7srbh418v4i2a70aq1w9dawd-python3-3.12.5/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/build/source/weblate/auth/admin.py", line 14, in from weblate.accounts.forms import FullNameField, UniqueEmailMixin, UniqueUsernameField File "/build/source/weblate/accounts/forms.py", line 23, in from django_otp.forms import otp_verification_failed ImportError: cannot import name 'otp_verification_failed' from 'django_otp.forms' (/nix/store/qnfwk4kayxklq2s27z5v2lrs18l0j6d7-python3.12-django-otp-1.5.1/lib/python3.12/site-packages/django_otp/forms.py)