python3Packages.django-otp: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2025-08-30 21:01:12 +00:00
parent 7e01224949
commit 63d3b39812
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "django-otp";
version = "1.6.0";
version = "1.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "django-otp";
repo = "django-otp";
tag = "v${version}";
hash = "sha256-kK7aU2W89557vrzJF6XtmItIZlOsxibciyMlbRDT93c=";
hash = "sha256-//i2KSsrkofcNE2JUlIG9zPCe/cIzBo/zmueC4I5g7I=";
};
build-system = [ hatchling ];