Merge pull request #258747 from fabaff/google-cloud-os-config-bump

python311Packages.google-cloud-os-config: 1.15.2 -> 1.15.3
This commit is contained in:
Fabian Affolter 2023-10-03 10:27:41 +02:00 committed by GitHub
commit ab04d75c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.15.2";
version = "1.15.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-WgrqxnVsbA0ppvfcqxW+kA8vjn71bMU9qAyZraqYt8g=";
hash = "sha256-KNM4wASyfgoBqhXa5k+8tf+AN9VljHDDK0U849N5qHI=";
};
propagatedBuildInputs = [
@ -37,8 +37,10 @@ buildPythonPackage rec {
];
disabledTests = [
# Test requires a project ID
"test_patch_deployment"
"test_patch_job"
"test_list_patch_jobs"
];
meta = with lib; {