python310Packages.google-cloud-redis: 2.12.1 -> 2.13.0

This commit is contained in:
R. Ryantm 2023-06-01 20:26:52 +00:00
parent fb21e6d7dd
commit 850e29e0f8

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.12.1";
version = "2.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-gQ3xG2QcnrSvl1hsvlcY9g77JW8fFk/Pci01tNqpAUs=";
hash = "sha256-BKDbtyn1wnzTXM6B7lgUCe17NLB9yaj1XhMbP4zE3Qo=";
};
propagatedBuildInputs = [