Skip to content

Commit

Permalink
python3Packages.flask-login: 0.6.1 -> 0.6.2
Browse files Browse the repository at this point in the history
fix staging-next due to werkzeug error

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
  • Loading branch information
gador committed Aug 29, 2022
1 parent f08ac2c commit d78648f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/flask-login/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

buildPythonPackage rec {
pname = "flask-login";
version = "0.6.1";
version = "0.6.2";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
pname = "Flask-Login";
inherit version;
sha256 = "sha256-EwbUdKJwoDbW/RT0VkDE13NV5PHGfKQzGzctNEiZe4w=";
sha256 = "sha256-wKe6qf3ESM3T3W8JOd9y7sUXey96vmy4L8k00pyqycM=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit d78648f

Please sign in to comment.