python3Packages.flask-security-too: 5.3.2 -> 5.3.3

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2023-12-30 17:03:12 +01:00
parent 53928007cd
commit 4e53e55619
@@ -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 = [