Skip to content

Commit

Permalink
python311Packages.flask-caching: 2.0.2 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2024
1 parent dd5621d commit b87f8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/flask-caching/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

buildPythonPackage rec {
pname = "Flask-Caching";
version = "2.0.2";
version = "2.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-JLYMVS1ZqWBcwbakLFbNs5qCoo2rRTK77bkiKuVOy04=";
hash = "sha256-t1AMFFE1g2qVLj3jqAiB2WVOMnopyFLJJlYH9cRJI1w=";
};

postPatch = ''
Expand Down

0 comments on commit b87f8c3

Please sign in to comment.