python3Packages.django-otp-webauthn: 0.6.0 -> 0.8.0

https://github.com/Stormbase/django-otp-webauthn/blob/v0.8.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:56 +01:00
parent d1c514502b
commit 68c849c7e0

View File

@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "django-otp-webauthn";
version = "0.6.0";
version = "0.8.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "django_otp_webauthn";
hash = "sha256-Exyao6i63S7czGAcZMULrNcnxjRNw21ufNFaxj9kkFs=";
hash = "sha256-GMkKL+U7CPfw3WaSlsnoi0VmEPF/wbb86phfl01NM6I=";
};
build-system = [ hatchling ];