python313Packages.django-otp: 1.5.4 -> 1.6.0

https://github.com/django-otp/django-otp/blob/v1.6.0/CHANGES.rst
This commit is contained in:
Martin Weinelt
2025-04-29 03:14:46 +02:00
parent 8deb528498
commit 76e2d00614
@@ -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 ];