python311Packages.google-cloud-appengine-logging: 1.4.2 -> 1.4.3

Changelog: https://github.com/googleapis/python-appengine-logging/blob/v1.4.3/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-03-06 16:48:56 +01:00
parent a206ca147c
commit 93dd7d5473

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-appengine-logging";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-E03mSoQBfP4mpLOjJbzJtKLboF+cnTkC7iS0sfo+KK8=";
hash = "sha256-+1BOYZn+jehbqp0xzs9ndod4Uf5Yhn3mAzF+x8xzmYc=";
};
nativeBuildInputs = [