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

python310Packages.google-cloud-os-config: 1.14.0 -> 1.14.1
This commit is contained in:
Fabian Affolter 2023-01-26 20:03:20 +01:00 committed by GitHub
commit d3e641708a
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.14.0";
version = "1.14.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CLZC9Iub3LWvDPhetxlHorccRUritd+YzTI/MF1hHrY=";
hash = "sha256-wDb1vy1rj0yBOk7Q1pMzNw3foOXHk18YwIbY4ZcYCxM=";
};
propagatedBuildInputs = [