Unverified Commit 76e2d006 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.django-otp: 1.5.4 -> 1.6.0

parent 8deb5284
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.5.4";
  version = "1.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "django-otp";
    repo = "django-otp";
    tag = "v${version}";
    hash = "sha256-Hwi0Z5/e91peGbp+GvL/gCtUI4hcJ4kevJMWe9sFvYk=";
    hash = "sha256-kK7aU2W89557vrzJF6XtmItIZlOsxibciyMlbRDT93c=";
  };

  build-system = [ hatchling ];