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

python37Packages.flask-paginate: 0.8.0 -> 0.8.1
This commit is contained in:
Mario Rodas 2021-02-06 02:56:38 -05:00 committed by GitHub
commit 69660536c6
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.8.0";
version = "0.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "60b2a696bf63d2bc1c90a5b1a861c280461732b88f079c267dc98021911a007b";
sha256 = "31133c29c718aed95276425f7795d0a32b8d45a992ddd359c69600f22f869254";
};
propagatedBuildInputs = [ flask ];