python3Packages.django-otp: 1.5.2 -> 1.5.4
Diff: https://github.com/django-otp/django-otp/compare/v1.5.2...v1.5.4 Changelog: https://github.com/django-otp/django-otp/blob/v1.5.4/CHANGES.rst
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-otp";
|
||||
version = "1.5.2";
|
||||
version = "1.5.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "django-otp";
|
||||
repo = "django-otp";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-fn3MptdlnqY0rOLwcPhKiLfrhYvov4YVLZ58Jp/j6zc=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Hwi0Z5/e91peGbp+GvL/gCtUI4hcJ4kevJMWe9sFvYk=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -52,7 +52,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/django-otp/django-otp";
|
||||
changelog = "https://github.com/django-otp/django-otp/blob/${src.rev}/CHANGES.rst";
|
||||
changelog = "https://github.com/django-otp/django-otp/blob/${src.tag}/CHANGES.rst";
|
||||
description = "Pluggable framework for adding two-factor authentication to Django using one-time passwords";
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ ];
|
||||
|
||||
Reference in New Issue
Block a user