Merge pull request #195496 from r-ryantm/auto-update/python310Packages.google-cloud-redis

This commit is contained in:
Sandro 2022-10-11 11:47:46 +02:00 committed by GitHub
commit 8d2c5ed088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.9.2";
version = "2.9.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-nltk97HZEpWOQIgL77crnaXR9Qu/mTOIc8v0vty6mtI=";
hash = "sha256-81RPV8GaSU0jpYTyjFWxakpbuBz994eA7I/wyTxmg8Y=";
};
propagatedBuildInputs = [