Commit ef2d8247 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.flask-paginate: 2024.3.28 -> 2024.4.12

parent 27bcfed7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "flask-paginate";
  version = "2024.3.28";
  version = "2024.4.12";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "lixxu";
    repo = "flask-paginate";
    rev = "refs/tags/v${version}";
    hash = "sha256-HqjgmqRH83N+CbTnkkEJnuo+c+n5wLwdsPXyY2i5XRg=";
    hash = "sha256-YaAgl+iuoXB0eWVzhmNq2UTOpM/tHfDISIb9CyaXiuA=";
  };

  propagatedBuildInputs = [