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

python37Packages.flask_migrate: 2.5.3 -> 2.6.0
This commit is contained in:
Mario Rodas 2021-01-31 07:11:23 -05:00 committed by GitHub
commit 4a0c2dcf72
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.5.3";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "a69d508c2e09d289f6e55a417b3b8c7bfe70e640f53d2d9deb0d056a384f37ee";
sha256 = "8626af845e6071ef80c70b0dc16d373f761c981f0ad61bb143a529cab649e725";
};
checkInputs = [ flask_script ] ++ lib.optional isPy3k glibcLocales;