Merge pull request #298588 from r-ryantm/auto-update/python311Packages.flask-security-too

python311Packages.flask-security-too: 5.4.2 -> 5.4.3
This commit is contained in:
Weijia Wang 2024-04-05 22:22:28 +02:00 committed by GitHub
commit d31867c947
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [