Unverified Commit 991f37f0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #287121 from...

Merge pull request #287121 from r-ryantm/auto-update/python311Packages.google-cloud-bigquery-logging

python311Packages.google-cloud-bigquery-logging: 1.4.0 -> 1.4.1
parents 8d4ac470 12f88d29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "google-cloud-bigquery-logging";
  version = "1.4.0";
  version = "1.4.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-4pl7cT8bLy0y3ntYt1qO027KF7yokHun5lGZHWnBkUw=";
    hash = "sha256-HryKL26J6H2xW/EEPVceWd0ZATP7QAuolU77sw3QrWM=";
  };

  nativeBuildInputs = [