Merge pull request #211000 from r-ryantm/auto-update/python310Packages.google-cloud-os-config

python310Packages.google-cloud-os-config: 1.13.0 -> 1.14.0
This commit is contained in:
Jörg Thalheim 2023-01-16 00:29:55 +01:00 committed by GitHub
commit 320dede7ef
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.13.0";
version = "1.14.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CHAiHhXjrLMz7On7Gm5H4fIY3Sq8R2whsI9+D9xXDIM=";
hash = "sha256-CLZC9Iub3LWvDPhetxlHorccRUritd+YzTI/MF1hHrY=";
};
propagatedBuildInputs = [