python311Packages.django-otp: 1.3.0post1 -> 1.5.0
https://github.com/django-otp/django-otp/blob/v1.5.0/CHANGES.rst
This commit is contained in:
parent
e6e6267d98
commit
cff4905a74
@ -11,14 +11,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-otp";
|
pname = "django-otp";
|
||||||
version = "1.3.0post1";
|
version = "1.5.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "django-otp";
|
owner = "django-otp";
|
||||||
repo = "django-otp";
|
repo = "django-otp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Q8YTCYERyoAXenSiDabxuxaWiD6ZeJKKKgaR/Rg3y20=";
|
hash = "sha256-c0Yr41S1LFBzcDIK2etOP3rYcCPaThDs+XGiw4WP/ks=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
Loading…
Reference in New Issue
Block a user