mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python312Packages.google-cloud-appengine-logging: 1.4.4 -> 1.4.5
Changelog: https://github.com/googleapis/python-appengine-logging/blob/v1.4.5/CHANGELOG.md
This commit is contained in:
parent
3922c7b42a
commit
5381c0bf9c
1 changed files with 6 additions and 5 deletions
|
@ -15,19 +15,20 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-appengine-logging";
|
||||
version = "1.4.4";
|
||||
version = "1.4.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-i0Qn8G+6ZpqVn9VMjaY1YP9M8vjiwVjCDVR5sIiQR5U=";
|
||||
pname = "google_cloud_appengine_logging";
|
||||
inherit version;
|
||||
hash = "sha256-3n12bl1nsZ/Fgzl0tQWzLSpbvfsoP9lB4yDnz9rky4M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
google-api-core
|
||||
grpc-google-iam-v1
|
||||
proto-plus
|
||||
|
|
Loading…
Reference in a new issue