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:
parent
53e8258a45
commit
82dbdad654
@ -4,11 +4,11 @@ with stdenv.lib;
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Flask-Migrate";
|
pname = "Flask-Migrate";
|
||||||
version = "2.3.0";
|
version = "2.3.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "19rxhva9i5n643vm3d11f8p98jwai2pavysa217p5w5h5cnksnx2";
|
sha256 = "1awlb4q1l9iv794qjjxxyhcv4i69j77kh7nsg17a6kb909mglml3";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = optional isPy3k glibcLocales;
|
checkInputs = optional isPy3k glibcLocales;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user