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

This reverts commit e1db15f31f.
This commit is contained in:
Weijia Wang
2024-10-28 21:49:39 +01:00
committed by GitHub
parent a9d1372008
commit 45e345bdcf
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "django-otp-webauthn";
version = "0.4.0";
version = "0.3.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "django_otp_webauthn";
hash = "sha256-BXwIjQjynTjFK+bNML5i35qxQ7TJeb4Xc+duS6Y+5Fk=";
hash = "sha256-+Y46/PDeXL9zayoZykaU63faQmnLHzYPmqJJeRBx+hs=";
};
build-system = [ hatchling ];