python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0

https://github.com/Stormbase/django-otp-webauthn/releases/tag/v0.4.0
This commit is contained in:
R. Ryantm 2024-10-28 03:35:08 +00:00 committed by Kerstin Humm
parent c1671f32d4
commit 796a4b4509
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "django-otp-webauthn";
version = "0.3.0";
version = "0.4.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "django_otp_webauthn";
hash = "sha256-+Y46/PDeXL9zayoZykaU63faQmnLHzYPmqJJeRBx+hs=";
hash = "sha256-BXwIjQjynTjFK+bNML5i35qxQ7TJeb4Xc+duS6Y+5Fk=";
};
build-system = [ hatchling ];