python3Packages.django-otp: 1.6.3 -> 1.7.0

This commit is contained in:
R. Ryantm
2026-01-14 21:11:27 +01:00
committed by Kerstin Humm
parent d228e7cae7
commit 4172593eaf
@@ -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 ];