Skip to content

Commit 8f6f42b

Browse files
r-ryantmJonathan Ringer
authored andcommitted
python38Packages.flask-paginate: 0.8.1 -> 2021.10.26
1 parent 8502512 commit 8f6f42b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/flask-paginate

pkgs/development/python-modules/flask-paginate/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
buildPythonPackage rec {
44
pname = "flask-paginate";
5-
version = "0.8.1";
5+
version = "2021.10.26";
66

77
src = fetchPypi {
88
inherit pname version;
9-
sha256 = "31133c29c718aed95276425f7795d0a32b8d45a992ddd359c69600f22f869254";
9+
sha256 = "f124390664b2cfd835c54cc884d67fdaa550782a0783576f719fec2379cad193";
1010
};
1111

1212
propagatedBuildInputs = [ flask ];

0 commit comments

Comments
 (0)