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

python311Packages.google-cloud-appengine-logging: 1.4.2 -> 1.4.3
This commit is contained in:
Mario Rodas
2024-03-07 01:49:19 -05:00
committed by GitHub
@@ -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 = [