Skip to content

Commit 0fb80da

Browse files
authored
python312Packages.google-cloud-datacatalog: 3.20.1 -> 3.21.0 (#351365)
2 parents 8876b6f + 85fff75 commit 0fb80da

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-datacatalog

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-datacatalog/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
buildPythonPackage rec {
1818
pname = "google-cloud-datacatalog";
19-
version = "3.20.1";
19+
version = "3.21.0";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.7";
2323

2424
src = fetchPypi {
2525
pname = "google_cloud_datacatalog";
2626
inherit version;
27-
hash = "sha256-ggzQ85PzgEk4nnD9ykYd1VGPmtf2T6guAzv51SLlkmI=";
27+
hash = "sha256-JH3WW8v1VrTebNyEy7EDL9nvMaRf2gQTf6fnWbqMbCA=";
2828
};
2929

3030
build-system = [ setuptools ];

0 commit comments

Comments
 (0)