Merge pull request #274442 from fabaff/google-cloud-redis-bump

python311Packages.google-cloud-redis: 2.13.2 -> 2.14.0
This commit is contained in:
Fabian Affolter 2023-12-15 15:33:47 +01:00 committed by GitHub
commit ff2c048c43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.13.2";
version = "2.14.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-XEhXMDVdlnI9ZK5jfxsiZPNbV8MB7A7yxtMLLwbcoU4=";
hash = "sha256-TzuRWGGdQrsmOLidvLiC80e9t9VVu8LUNhq2Ikk0Pco=";
};
propagatedBuildInputs = [