Unverified Commit 4172593e authored by R. RyanTM's avatar R. RyanTM Committed by Kerstin Humm
Browse files

python3Packages.django-otp: 1.6.3 -> 1.7.0

parent d228e7ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "django-otp";
  version = "1.6.3";
  version = "1.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "django-otp";
    repo = "django-otp";
    tag = "v${version}";
    hash = "sha256-sYwt41YWQQN6nKXGmrrZ75t/i1XNVjIgRKVElVaCGRc=";
    hash = "sha256-Tqi6FHXJToOJsGETgIRl8rOUTfkn3kBkG5/bI8CxT24=";
  };

  build-system = [ hatchling ];