Merge pull request #277753 from gador/flask-security-too-5.3.3

python3Packages.flask-security-too: 5.3.2 -> 5.3.3
This commit is contained in:
Robert Scott 2023-12-30 23:45:14 +00:00 committed by GitHub
commit ec3229de33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@
buildPythonPackage rec {
pname = "flask-security-too";
version = "5.3.2";
version = "5.3.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -55,7 +55,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Flask-Security-Too";
inherit version;
hash = "sha256-wLUHXfDWSp7zWwTIjTH79AWlkkNzb21tChpLSEWr8+U=";
hash = "sha256-we2TquU28qP/ir4eE67J0Nlft/8IL8w7Ny3ypSE5cNk=";
};
nativeBuildInputs = [