Skip to content

Commit

Permalink
Merge pull request #188804 from gador/flask-login-0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Aug 29, 2022
2 parents 5fa63a7 + d78648f commit 9cdfb3d
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 9cdfb3d

Please sign in to comment.