python310Packages.google-cloud-redis: 2.9.1 -> 2.9.2

This commit is contained in:
R. Ryantm 2022-10-04 01:09:34 +00:00
parent 5f53dac66a
commit b15043de26

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.9.1";
version = "2.9.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-tVBbsZod71v3hvkuWI4xIJYsx2xT7m7c4B9in/P2ww0=";
hash = "sha256-nltk97HZEpWOQIgL77crnaXR9Qu/mTOIc8v0vty6mtI=";
};
propagatedBuildInputs = [