python36Packages.flask_migrate: 2.2.1 -> 2.3.0 (#49020)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-flask-migrate/versions
This commit is contained in:
R. RyanTM 2018-10-29 04:04:29 -07:00 committed by xeji
parent b489c57f35
commit cfd3db5c66

View file

@ -4,11 +4,11 @@ with stdenv.lib;
buildPythonPackage rec {
pname = "Flask-Migrate";
version = "2.2.1";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "cd1b4e6cb829eeb41c02ad9202d83bef5f4b7a036dd9fad72ce96ad1e22efb07";
sha256 = "19rxhva9i5n643vm3d11f8p98jwai2pavysa217p5w5h5cnksnx2";
};
checkInputs = optional isPy3k glibcLocales;