python3Packages.django-otp: 1.6.1 -> 1.6.3

This commit is contained in:
R. Ryantm
2025-11-01 03:12:21 +00:00
parent 92661251e0
commit ac7385b504
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "django-otp";
version = "1.6.1";
version = "1.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "django-otp";
repo = "django-otp";
tag = "v${version}";
hash = "sha256-//i2KSsrkofcNE2JUlIG9zPCe/cIzBo/zmueC4I5g7I=";
hash = "sha256-sYwt41YWQQN6nKXGmrrZ75t/i1XNVjIgRKVElVaCGRc=";
};
build-system = [ hatchling ];