Skip to content

Commit

Permalink
python312Packages.google-cloud-os-config: 1.17.5 -> 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent aa2304e commit fe5d67b
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.17.5";
version = "1.18.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_os_config";
inherit version;
hash = "sha256-O4yGoidanx9zdMb+KhjTljEjaXTC0A2kbejzL0VWTCg=";
hash = "sha256-Xx83zfz+zBUtlZKGqO4gBbRmy/8F1TE5AvizqHEIF7M=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit fe5d67b

Please sign in to comment.