2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 21:08:24 +00:00

Merge pull request from fabaff/google-api-python-client-bump

python310Packages.google-api-python-client: 2.79.0 -> 2.83.0
This commit is contained in:
Robert Scott 2023-04-02 23:08:41 +01:00 committed by GitHub
commit 459035151c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.79.0";
version = "2.83.0";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-V3wK6uHrPHVOrLkSLTadZ2Cf73WbxqT6Fsr+q08wAZs=";
hash = "sha256-0HUJ8bLSskJzY7RU25lvehXhdRpIz8ryhCcFBWDdUc8=";
};
propagatedBuildInputs = [