python313Packages.google-cloud-runtimeconfig: 0.34.0 -> 0.36.0
Changelog: https://github.com/googleapis/python-runtimeconfig/blob/v0.36.0/CHANGELOG.md
This commit is contained in:
@@ -6,22 +6,23 @@
|
||||
google-cloud-core,
|
||||
mock,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-runtimeconfig";
|
||||
version = "0.34.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
version = "0.36.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-hyxvTChxCGC6YjjvYGqaJDvgBbve7EjzfPELl+LB2D8=";
|
||||
pname = "google_cloud_runtimeconfig";
|
||||
inherit version;
|
||||
hash = "sha256-+pDFyELolBTJfz/RIoNbGNHC30tyKhZ7D6XiQTKO2t0=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
google-api-core
|
||||
google-cloud-core
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user