python312Packages.google-cloud-os-config: 1.17.4 -> 1.17.5
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-os-config-v1.17.5/packages/google-cloud-os-config/CHANGELOG.md
This commit is contained in:
@@ -13,19 +13,20 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-os-config";
|
||||
version = "1.17.4";
|
||||
version = "1.17.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-ocZ41cEZVjSfFMVoNiPOxwaymn9eylWmw6qlp/R/yMQ=";
|
||||
pname = "google_cloud_os_config";
|
||||
inherit version;
|
||||
hash = "sha256-O4yGoidanx9zdMb+KhjTljEjaXTC0A2kbejzL0VWTCg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
google-api-core
|
||||
proto-plus
|
||||
protobuf
|
||||
|
||||
Reference in New Issue
Block a user