Commit 86f8815b authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent 5649e27e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];