3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.google-cloud-redis: 2.9.0 -> 2.9.1

This commit is contained in:
Sandro Jäckel 2022-08-22 00:33:48 +02:00
parent 4376f74bb6
commit ca933dfed7
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.9.0";
version = "2.9.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ghVCb0kur3gABkcfkvGjBo2QKPxyQuoZPtEtKyXOT1o=";
hash = "sha256-tVBbsZod71v3hvkuWI4xIJYsx2xT7m7c4B9in/P2ww0=";
};
propagatedBuildInputs = [