Commit a7a98420 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.google-cloud-datacatalog: 3.15.1 -> 3.15.2

parent 4d3ba963
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 = [