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:
Fabian Affolter 2024-03-23 18:32:58 +01:00 committed by GitHub
commit f5209286f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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