Unverified Commit 7ba4270b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #256377 from fabaff/google-cloud-datacatalog-bump

python311Packages.google-cloud-datacatalog: 3.15.1 -> 3.15.2
parents 9e281691 a7a98420
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "google-cloud-datacatalog";
  version = "3.15.1";
  version = "3.15.2";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-XihIFu8TUrZgQqJ43LJVB0vCIjf89MpGfmDXS5yUuoM=";
    hash = "sha256-GaGxn7Q5blqPWNWIl6pRV9lLzmGm5GGwqcyOuAWI0Ds=";
  };

  propagatedBuildInputs = [