Skip to content

Commit

Permalink
python312Packages.google-cloud-logging: 3.11.2 -> 3.11.3 (#350334)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 27, 2024
2 parents 042f034 + 733184c commit d36c40c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@

buildPythonPackage rec {
pname = "google-cloud-logging";
version = "3.11.2";
version = "3.11.3";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_logging";
inherit version;
hash = "sha256-SJdEHCt09u2pGBwjqIFyI7YUWUMxSoIdZLcp0wdmyys=";
hash = "sha256-CnPNlBGIdTh9RTU3HZ6UJoYe3vjkT7oSYehngtW41U8=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit d36c40c

Please sign in to comment.