python311Packages.google-cloud-logging: 3.9.0 -> 3.10.0

This commit is contained in:
R. Ryantm 2024-03-20 06:17:34 +00:00
parent cdd619c9eb
commit 7118f23274

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "google-cloud-logging";
version = "3.9.0";
version = "3.10.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TeyxsL7UoOPA5Yo3ZkbmAC1r58rQOeNGaCLoZlBy6jM=";
hash = "sha256-2T00c1EkDdsUz+IBmHotMs+df0eLiy+r7TAVtCWzJ08=";
};
nativeBuildInputs = [