Merge pull request #312602 from r-ryantm/auto-update/python311Packages.google-cloud-netapp

python311Packages.google-cloud-netapp: 0.3.9 -> 0.3.10
This commit is contained in:
Fabian Affolter 2024-05-18 13:08:21 +02:00 committed by GitHub
commit 0ea49f05db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-netapp";
version = "0.3.9";
version = "0.3.10";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Vohliy9W+fkY4YmSIvw6WiWVlLBk+Fo9CvZG/VKeU1o=";
hash = "sha256-Bau1Xqb+lmG6aCoWm93mtfOII7CbnnaeZ5vmLp6n0Zs=";
};
build-system = [