Skip to content

Commit 37ced87

Browse files
authored
python312Packages.google-cloud-redis: 2.15.5 -> 2.16.0 (#351383)
2 parents 4f2914b + 636037c commit 37ced87

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-redis

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-redis/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
buildPythonPackage rec {
1515
pname = "google-cloud-redis";
16-
version = "2.15.5";
16+
version = "2.16.0";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.7";
2020

2121
src = fetchPypi {
2222
pname = "google_cloud_redis";
2323
inherit version;
24-
hash = "sha256-0k3Ww3mznGAUQ4uQMAA+/5gTr71a8rj730cz3GXzZ2A=";
24+
hash = "sha256-bQjLUjstRlekL8/kMt41zfjq+XnnUUhPHaJ6lwRpAZY=";
2525
};
2626

2727
build-system = [ setuptools ];

0 commit comments

Comments
 (0)