2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-24 13:05:08 +00:00

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

python310Packages.google-cloud-os-config: 1.14.1 -> 1.15.0
This commit is contained in:
Fabian Affolter 2023-02-24 23:49:15 +01:00 committed by GitHub
commit 447e982128
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.1";
version = "1.15.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wDb1vy1rj0yBOk7Q1pMzNw3foOXHk18YwIbY4ZcYCxM=";
hash = "sha256-78o/MQFUREOW21BsSezK1QqciPVAEwOd15TRfAhxTWo=";
};
propagatedBuildInputs = [