python311Packages.google-cloud-appengine-logging: 1.3.1 -> 1.3.2

Changelog: https://github.com/googleapis/python-appengine-logging/blob/v1.3.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-10-03 08:32:18 +02:00
parent cbe1e97e3d
commit 7de0442585

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-appengine-logging";
version = "1.3.1";
version = "1.3.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-s/X3l9a6zGBlTeIZAZAvinh49xaNdr5dR8d3X+DD4Kg=";
hash = "sha256-opifyg6IRjtWQyqoIeZLgcPRce43uEdxGJtI6Ll81JY=";
};
propagatedBuildInputs = [