Skip to content

Commit

Permalink
python311Packages.google-cloud-datacatalog: 3.17.2 -> 3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 2, 2024
1 parent 237e778 commit 140ded8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

buildPythonPackage rec {
pname = "google-cloud-datacatalog";
version = "3.17.2";
version = "3.18.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-kKRuakMZfmt2HrU7g4Ap1ZxFmYYSiRNKvRB/xHkyp1U=";
hash = "sha256-rqWuOJlyB2EN3+qydRMJHLwK7RAFxUT7eEUZiAfOseE=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 140ded8

Please sign in to comment.