Merge pull request #333308 from fabaff/google-cloud-appengine-logging-bump

python312Packages.google-cloud-appengine-logging: 1.4.4 -> 1.4.5
This commit is contained in:
Fabian Affolter 2024-08-09 08:04:19 +02:00 committed by GitHub
commit 32911bb709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,19 +15,20 @@
buildPythonPackage rec {
pname = "google-cloud-appengine-logging";
version = "1.4.4";
version = "1.4.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-i0Qn8G+6ZpqVn9VMjaY1YP9M8vjiwVjCDVR5sIiQR5U=";
pname = "google_cloud_appengine_logging";
inherit version;
hash = "sha256-3n12bl1nsZ/Fgzl0tQWzLSpbvfsoP9lB4yDnz9rky4M=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
google-api-core
grpc-google-iam-v1
proto-plus