Skip to content

Commit

Permalink
python312Packages.google-cloud-datacatalog: 3.20.1 -> 3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent aa2304e commit 85fff75
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

buildPythonPackage rec {
pname = "google-cloud-datacatalog";
version = "3.20.1";
version = "3.21.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_datacatalog";
inherit version;
hash = "sha256-ggzQ85PzgEk4nnD9ykYd1VGPmtf2T6guAzv51SLlkmI=";
hash = "sha256-JH3WW8v1VrTebNyEy7EDL9nvMaRf2gQTf6fnWbqMbCA=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 85fff75

Please sign in to comment.