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

R. Ryantm d3e75580 47a03ff4

Changed files
+2 -2
pkgs
development
python-modules
django-otp-webauthn
+2 -2
pkgs/development/python-modules/django-otp-webauthn/default.nix
···
buildPythonPackage rec {
pname = "django-otp-webauthn";
-
version = "0.5.0";
+
version = "0.6.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "django_otp_webauthn";
-
hash = "sha256-dtyP+0z7J9so2+ESjKv4VlaMD5DFGVn3ZHYRzpy33yQ=";
+
hash = "sha256-Exyao6i63S7czGAcZMULrNcnxjRNw21ufNFaxj9kkFs=";
};
build-system = [ hatchling ];