We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f2914b + 636037c commit 37ced87Copy full SHA for 37ced87
pkgs/development/python-modules/google-cloud-redis/default.nix
@@ -13,15 +13,15 @@
13
14
buildPythonPackage rec {
15
pname = "google-cloud-redis";
16
- version = "2.15.5";
+ version = "2.16.0";
17
pyproject = true;
18
19
disabled = pythonOlder "3.7";
20
21
src = fetchPypi {
22
pname = "google_cloud_redis";
23
inherit version;
24
- hash = "sha256-0k3Ww3mznGAUQ4uQMAA+/5gTr71a8rj730cz3GXzZ2A=";
+ hash = "sha256-bQjLUjstRlekL8/kMt41zfjq+XnnUUhPHaJ6lwRpAZY=";
25
};
26
27
build-system = [ setuptools ];
0 commit comments