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

python37Packages.flask-paginate: 0.5.2 -> 0.5.3
This commit is contained in:
Mario Rodas 2019-07-17 01:54:08 -05:00 committed by GitHub
commit 6190ce5ba8
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.2";
version = "0.5.3";
src = fetchPypi {
inherit pname version;
sha256 = "ebc896bf6e8d7a414e3efba0bd0770a8f73dcd7023f99e849c64164287e36e9b";
sha256 = "15plwkmi6i7p85q2vgyvmn0l4c2h7pj4mmiziwghyyqbd1rc0dr2";
};
propagatedBuildInputs = [ flask ];