Merge pull request #111392 from r-ryantm/auto-update/python3.7-flask-paginate

python37Packages.flask-paginate: 0.7.1 -> 0.8.0
This commit is contained in:
Mario Rodas 2021-01-31 07:11:46 -05:00 committed by GitHub
commit 8e7c3b94e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "flask-paginate";
version = "0.7.1";
version = "0.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "949b93d0535d1223b91ac0048586bd878aaebf4044c54c1dc3068acc9bdf441f";
sha256 = "60b2a696bf63d2bc1c90a5b1a861c280461732b88f079c267dc98021911a007b";
};
propagatedBuildInputs = [ flask ];