Merge pull request #102843 from r-ryantm/auto-update/python2.7-flask-paginate

python27Packages.flask-paginate: 0.5.4 -> 0.7.1
This commit is contained in:
Mario Rodas 2020-11-07 14:22:04 -05:00 committed by GitHub
commit caa52ff72e
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.5.4";
version = "0.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "60079a1c4c600cb4d4a9f7c386ea357b5ee02355ae6d6e8b41f769ae3f7af3ad";
sha256 = "949b93d0535d1223b91ac0048586bd878aaebf4044c54c1dc3068acc9bdf441f";
};
propagatedBuildInputs = [ flask ];