3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.google-cloud-redis: 2.2.3 -> 2.2.4

This commit is contained in:
Martin Weinelt 2021-10-09 00:23:03 +02:00
parent 2470f1e8c2
commit 967dcb803c

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.2.3";
version = "2.2.4";
src = fetchPypi {
inherit pname version;
sha256 = "2a95ad2d99cfc480513bfaf6b301829446a0f50503d07f54524873d723e585b7";
sha256 = "de06c205bfa39f3e211364f4d89b121b1a05488560d940d339a44c2825e1d6f8";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];