Skip to content

Commit

Permalink
Merge pull request NixOS#212778 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.google-cloud-os-config

python310Packages.google-cloud-os-config: 1.14.0 -> 1.14.1
  • Loading branch information
fabaff authored Jan 26, 2023
2 parents c5b63dd + c01933d commit d3e6417
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit d3e6417

Please sign in to comment.