Skip to content

Commit

Permalink
python312Packages.google-cloud-redis: 2.15.5 -> 2.16.0 (#351383)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 26, 2024
2 parents 4f2914b + 636037c commit 37ced87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.15.5";
version = "2.16.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_redis";
inherit version;
hash = "sha256-0k3Ww3mznGAUQ4uQMAA+/5gTr71a8rj730cz3GXzZ2A=";
hash = "sha256-bQjLUjstRlekL8/kMt41zfjq+XnnUUhPHaJ6lwRpAZY=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 37ced87

Please sign in to comment.