Merge pull request #287228 from r-ryantm/auto-update/python311Packages.google-cloud-redis

python311Packages.google-cloud-redis: 2.15.0 -> 2.15.1
This commit is contained in:
Fabian Affolter 2024-02-08 17:50:26 +01:00 committed by GitHub
commit 03bd6ed720
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.15.0";
version = "2.15.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EyThUipPk96q5TuJDMKugFSGXDdWi0vOH5EzP2zzcyI=";
hash = "sha256-RTDYMmkRjkP5VhN74Adlvm/vpqXd9lnu3ckjmItIi+Y=";
};
nativeBuildInputs = [