Merge pull request #300077 from r-ryantm/auto-update/python311Packages.flask-paginate

python311Packages.flask-paginate: 2023.10.24 -> 2024.3.28
This commit is contained in:
Nick Cao 2024-03-30 10:12:57 -04:00 committed by GitHub
commit bd041fafad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "flask-paginate";
version = "2023.10.24";
version = "2024.3.28";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "lixxu";
repo = "flask-paginate";
rev = "refs/tags/v${version}";
hash = "sha256-9633YLHMF9S1DLK7ZS4qmCOzslXdHLSgpKoJFNvkXlA=";
hash = "sha256-HqjgmqRH83N+CbTnkkEJnuo+c+n5wLwdsPXyY2i5XRg=";
};
propagatedBuildInputs = [