Merge pull request #287302 from r-ryantm/auto-update/python311Packages.google-cloud-appengine-logging

python311Packages.google-cloud-appengine-logging: 1.4.0 -> 1.4.1
This commit is contained in:
Fabian Affolter 2024-02-09 09:17:57 +01:00 committed by GitHub
commit 2be7d10acf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,20 +9,25 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-cloud-appengine-logging";
version = "1.4.0";
format = "setuptools";
version = "1.4.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/nT0GNCwHr6+g64hKr8FGtQmkqY2Z345fePUWeANe2Q=";
hash = "sha256-mQXHwww8K77dCxMuKycfyCRzM+vJMdLSOvG7vRG0Nf4=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
google-api-core
grpc-google-iam-v1