Merge pull request #298233 from r-ryantm/auto-update/python312Packages.google-cloud-netapp
python312Packages.google-cloud-netapp: 0.3.8 -> 0.3.9
This commit is contained in:
commit
f5209286f9
1 changed files with 4 additions and 4 deletions
|
@ -14,21 +14,21 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-netapp";
|
||||
version = "0.3.8";
|
||||
version = "0.3.9";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-va5Ql8GPMLszgjjSkI6am6IGQnEqvi+YSBcTFeu254U=";
|
||||
hash = "sha256-Vohliy9W+fkY4YmSIvw6WiWVlLBk+Fo9CvZG/VKeU1o=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
google-api-core
|
||||
google-auth
|
||||
proto-plus
|
||||
|
|
Loading…
Reference in a new issue