1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

python38Packages.google-cloud-redis: 2.2.2 -> 2.2.3

This commit is contained in:
R. RyanTM 2021-09-28 06:27:19 +00:00
parent 54e1db2152
commit c636fcf47f

View file

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