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

This commit is contained in:
Sandro 2022-02-25 10:42:55 +01:00 committed by GitHub
commit 5c18b6fd08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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