python310Packages.google-cloud-redis: 2.8.0 -> 2.8.1

This commit is contained in:
R. Ryantm 2022-06-07 17:25:42 +00:00
parent 064a605987
commit bb9bd12c15

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.8.0";
version = "2.8.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-7L3SjViQmzTp//5LWWG9VG+TQuPay70KZdUuzhy7HS0=";
hash = "sha256-qI7bGk+BkLIfhrJHAfk2DVBp8vRc5dPLKjdKH0FPj8s=";
};
propagatedBuildInputs = [