mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
python3Packages.google_cloud_core: 1.1.0 -> 1.2.0
This commit is contained in:
parent
c4767b86a3
commit
6283d62c97
@ -3,11 +3,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-core";
|
||||
version = "1.1.0";
|
||||
version = "1.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "49036087c1170c3fad026e45189f17092b8c584a9accb2d73d1854f494e223ae";
|
||||
sha256 = "0vfhvpiiigfldi3vb0730w13md1c90irpdx5kypmnfszrrzg7q2a";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ google_api_core grpcio setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user