python3Packages.google-cloud-appengine-logging: 1.6.0 -> 1.6.1

https://github.com/googleapis/python-appengine-logging/blob/v1.6.1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:23 +02:00
parent 4559026739
commit e96413f3bb
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-appengine-logging";
version = "1.6.0";
version = "1.6.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_appengine_logging";
inherit version;
hash = "sha256-L271LfqI7KO+oHi8PCtV6mH/CLXgw3kSAn+7Kl8tkc4=";
hash = "sha256-+XveNsf3/1QRI8JXCBMVi92gw/I4XI0y/fEhHFYa5W0=";
};
build-system = [ setuptools ];