python3Packages.django-mfa3: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2025-10-27 09:01:54 +00:00
parent c8635a8849
commit a04143ad7f
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "django-mfa3";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "xi";
repo = "django-mfa3";
tag = version;
hash = "sha256-bgIzrSM8KP6uQHvn393NWYw9DODdHLMqKn6pgw3EG/w=";
hash = "sha256-J31NiqOysOS6FFDCaCiPAJUBvD0Xu99sIykLxfk0M3U=";
};
build-system = [ setuptools ];