mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python311Packages.google-cloud-datacatalog: 3.18.1 -> 3.18.2
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-datacatalog-v3.18.2/packages/google-cloud-datacatalog/CHANGELOG.md
This commit is contained in:
parent
5b07773a8f
commit
12c4e15fd9
@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-datacatalog";
|
||||
version = "3.18.1";
|
||||
version = "3.18.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-xjf6yWXgfJFEHw1lYSryfe86UMsM1Y4fGRffDTne20U=";
|
||||
hash = "sha256-USo8ldUbfsArvjw5+MOubFDOlXkV4GPowHYVsRHBHrk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user