Unverified Commit 03bd6ed7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.google-cloud-redis: 2.15.0 -> 2.15.1
parents c0a53ffb 86ec3abe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [