Skip to content

Commit 4f51070

Browse files
authored
Merge pull request #330111 from gador/flask-security-too-5.5.0
python312Packages.flask-security-too: 5.4.3 -> 5.5.0
2 parents 3032a38 + 85508a8 commit 4f51070

File tree

1 file changed

+5
-5
lines changed
  • pkgs/development/python-modules/flask-security-too

1 file changed

+5
-5
lines changed

pkgs/development/python-modules/flask-security-too/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848

4949
buildPythonPackage rec {
5050
pname = "flask-security-too";
51-
version = "5.4.3";
51+
version = "5.5.0";
5252
pyproject = true;
5353

54-
disabled = pythonOlder "3.7";
54+
disabled = pythonOlder "3.8";
5555

5656
src = fetchPypi {
57-
pname = "Flask-Security-Too";
57+
pname = "flask_security_too";
5858
inherit version;
59-
hash = "sha256-YrGTl+jXGo1MuNwNRAnMehSXmCVJAwOWlgruUYdV5YM=";
59+
hash = "sha256-nuYOqKgH3Wfk2IFEDUhWUB6aP1xZ+c4DK7n0zB01TSk=";
6060
};
6161

62-
build-system = [ setuptools ];
62+
build-system = [ setuptools ];
6363

6464
# flask-login>=0.6.2 not satisfied by version 0.7.0.dev0
6565
pythonRelaxDeps = [ "flask-login" ];

0 commit comments

Comments
 (0)