python310Packages.google-cloud-redis: 2.6.0 -> 2.7.0

This commit is contained in:
R. Ryantm 2022-03-01 04:49:54 +00:00
parent f49aa165fb
commit 5ec590aa3a

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.6.0";
version = "2.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-CaD/pMQeEdQtcQKBCW1/e42oof9KTpA0IFvCsOaD5zU=";
sha256 = "sha256-i3jgEaAJ0zEaJWtpzhOe23CtpUpt1ON4gXnVvSG8fTI=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];