python310Packages.google-cloud-appengine-logging: 1.2.0 -> 1.3.0

Changelog: https://github.com/googleapis/python-appengine-logging/blob/v1.3.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-01-12 17:51:26 +01:00
parent e674075ed1
commit 0d09f1cdc3

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-appengine-logging";
version = "1.2.0";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-pvao522dfnRx6JJe4osRgU+q1LpBvdOTP4W9UVVZNiY=";
hash = "sha256-1S8U4empk3l6CG7/PUdy3qeQg5DGrWEtJigTQfF8mkk=";
};
propagatedBuildInputs = [