Merge pull request #176674 from r-ryantm/auto-update/python3.10-google-cloud-appengine-logging

python310Packages.google-cloud-appengine-logging: 1.1.1 -> 1.1.2
This commit is contained in:
Fabian Affolter 2022-06-08 22:17:58 +02:00 committed by GitHub
commit 753d2eb202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-appengine-logging";
version = "1.1.1";
version = "1.1.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-NhRQ7X17/Y79DvJT4haArrb23zzwV+XoJT9YUfjLvKc=";
hash = "sha256-undhXBAPB+3akWVu3ht0ZZBwErhmOq18TnXvloeZQjc=";
};
propagatedBuildInputs = [