python312Packages.django-otp-webauthn: 0.4.0 -> 0.5.0 (#386746)

authored by Kerstin and committed by GitHub 0a9efd56 6e0b1a3c

+2 -2
+2 -2
pkgs/development/python-modules/django-otp-webauthn/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "django-otp-webauthn"; 14 - version = "0.4.0"; 15 pyproject = true; 16 17 src = fetchPypi { 18 inherit version; 19 pname = "django_otp_webauthn"; 20 - hash = "sha256-BXwIjQjynTjFK+bNML5i35qxQ7TJeb4Xc+duS6Y+5Fk="; 21 }; 22 23 build-system = [ hatchling ];
··· 11 12 buildPythonPackage rec { 13 pname = "django-otp-webauthn"; 14 + version = "0.5.0"; 15 pyproject = true; 16 17 src = fetchPypi { 18 inherit version; 19 pname = "django_otp_webauthn"; 20 + hash = "sha256-dtyP+0z7J9so2+ESjKv4VlaMD5DFGVn3ZHYRzpy33yQ="; 21 }; 22 23 build-system = [ hatchling ];