python37Packages.flask_migrate: 2.3.0 -> 2.3.1 (#52117)

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.7-flask-migrate/versions
This commit is contained in:
R. RyanTM 2018-12-20 06:28:50 -08:00 committed by Robert Schütz
parent 53e8258a45
commit 82dbdad654

View file

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