python311Packages.flask-security-too: 5.4.2 -> 5.4.3

This commit is contained in:
R. Ryantm 2024-03-24 10:12:14 +00:00
parent 2a3616e0e0
commit b64f0eaee6
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
buildPythonPackage rec {
pname = "flask-security-too";
version = "5.4.2";
version = "5.4.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -55,7 +55,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Flask-Security-Too";
inherit version;
hash = "sha256-dzVHHC5Lsh6rUC+cOyNEe/uHVTzkObhFffgSvFOfKoI=";
hash = "sha256-YrGTl+jXGo1MuNwNRAnMehSXmCVJAwOWlgruUYdV5YM=";
};
nativeBuildInputs = [