python3Packages.flask_login: 0.6.0 -> 0.6.1

This commit is contained in:
Alexander Bakker 2022-05-02 10:55:55 +02:00
parent a1c3c402ef
commit becaf4acdf

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "flask-login";
version = "0.6.0";
version = "0.6.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Flask-Login";
inherit version;
sha256 = "sha256-qoT8+0w88JyljAjoFre85z8TSboc8T0A2N/8WHLV/PY=";
sha256 = "sha256-EwbUdKJwoDbW/RT0VkDE13NV5PHGfKQzGzctNEiZe4w=";
};
propagatedBuildInputs = [