python3Packages.google-cloud-appengine-logging: 1.6.1 -> 1.6.2 (#420645)

This commit is contained in:
Fabian Affolter
2025-06-28 21:35:19 +02:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-appengine-logging";
version = "1.6.1";
version = "1.6.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_appengine_logging";
inherit version;
hash = "sha256-+XveNsf3/1QRI8JXCBMVi92gw/I4XI0y/fEhHFYa5W0=";
hash = "sha256-SJCShGTJjanuzHv04FQuuiVRUSwCZUYsEPOj0qZCS5A=";
};
build-system = [ setuptools ];