python38Packages.google-cloud-redis: 2.2.4 -> 2.3.0

This commit is contained in:
R. RyanTM 2021-10-15 05:34:03 +00:00
parent fe4a08c3d3
commit 6a4f430dab

View File

@ -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 ];