Merge pull request #141713 from r-ryantm/auto-update/python3.8-google-cloud-redis

This commit is contained in:
Sandro
2021-10-15 14:33:36 +02:00
committed by GitHub
@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.2.4";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-3gbCBb+jnz4hE2T02JsSGxoFSIVg2UDTOaRMKCXh1vg=";
sha256 = "3b53fde67a97718642d29ac26b1b7608e7581b37d1e468f3c2ae38ea6cf7308f";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];