python313Packages.django-two-factor-auth: 1.15.5 -> 1.17.0

Diff: https://github.com/jazzband/django-two-factor-auth/compare/refs/tags/1.15.5...1.17.0

Changelog: https://github.com/jazzband/django-two-factor-auth/releases/tag/1.17.0

Changed files
+2 -2
pkgs
development
python-modules
django-two-factor-auth
+2 -2
pkgs/development/python-modules/django-two-factor-auth/default.nix
···
buildPythonPackage rec {
pname = "django-two-factor-auth";
-
version = "1.15.5";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "jazzband";
repo = "django-two-factor-auth";
tag = version;
-
hash = "sha256-Sr7L3ioeofyADHb1NSgs0GmVbzX7rro7yhhG9Gq6GJE=";
};
build-system = [ setuptools-scm ];
···
buildPythonPackage rec {
pname = "django-two-factor-auth";
+
version = "1.17.0";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "jazzband";
repo = "django-two-factor-auth";
tag = version;
+
hash = "sha256-gg5QpPQbYnQr7KkCXFZ9Gnz48Cf4Nm67uV6JuyxK18c=";
};
build-system = [ setuptools-scm ];