Skip to content

Commit

Permalink
python311Packages.google-cloud-os-config: 1.18.1 -> 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 17, 2024
1 parent 9612fba commit 61ee7b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.18.1";
version = "1.19.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_os_config";
inherit version;
hash = "sha256-lDSUK3Xieuqn+rdqw4Jy1naGjIuJrtxLckSHa1ytXNY=";
hash = "sha256-P5yHBm5FGxpzQuJsVDBAuhidu6PzXlJ6k62kr7XKnIU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 61ee7b5

Please sign in to comment.