We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3032a38 + 85508a8 commit 4f51070Copy full SHA for 4f51070
pkgs/development/python-modules/flask-security-too/default.nix
@@ -48,18 +48,18 @@
48
49
buildPythonPackage rec {
50
pname = "flask-security-too";
51
- version = "5.4.3";
+ version = "5.5.0";
52
pyproject = true;
53
54
- disabled = pythonOlder "3.7";
+ disabled = pythonOlder "3.8";
55
56
src = fetchPypi {
57
- pname = "Flask-Security-Too";
+ pname = "flask_security_too";
58
inherit version;
59
- hash = "sha256-YrGTl+jXGo1MuNwNRAnMehSXmCVJAwOWlgruUYdV5YM=";
+ hash = "sha256-nuYOqKgH3Wfk2IFEDUhWUB6aP1xZ+c4DK7n0zB01TSk=";
60
};
61
62
- build-system = [ setuptools ];
+ build-system = [ setuptools ];
63
64
# flask-login>=0.6.2 not satisfied by version 0.7.0.dev0
65
pythonRelaxDeps = [ "flask-login" ];
0 commit comments