Merge pull request #114294 from r-ryantm/auto-update/python3.7-Flask-Migrate

python37Packages.flask_migrate: 2.6.0 -> 2.7.0
This commit is contained in:
Mario Rodas 2021-02-24 22:34:50 -05:00 committed by GitHub
commit a459e53280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "Flask-Migrate";
version = "2.6.0";
version = "2.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "8626af845e6071ef80c70b0dc16d373f761c981f0ad61bb143a529cab649e725";
sha256 = "ae2f05671588762dd83a21d8b18c51fe355e86783e24594995ff8d7380dffe38";
};
checkInputs = [ flask_script ] ++ lib.optional isPy3k glibcLocales;