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

This commit is contained in:
R. Ryantm
2025-03-03 14:49:34 +00:00
parent 5649e27e26
commit 86f8815b75
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "django-otp-webauthn";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "django_otp_webauthn";
hash = "sha256-BXwIjQjynTjFK+bNML5i35qxQ7TJeb4Xc+duS6Y+5Fk=";
hash = "sha256-dtyP+0z7J9so2+ESjKv4VlaMD5DFGVn3ZHYRzpy33yQ=";
};
build-system = [ hatchling ];