Merge pull request #135129 from r-ryantm/auto-update/python3.8-google-cloud-pubsub

python38Packages.google-cloud-pubsub: 2.7.0 -> 2.7.1
This commit is contained in:
Fabian Affolter 2021-08-22 08:56:04 +02:00 committed by GitHub
commit 99d0e1d689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.7.0";
version = "2.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-F4itJadl6oNJnY9EENTIugJll8uC20bS9yF/HCUlrWU=";
sha256 = "d52d386617c110c35043f6ff37ccb50d9f37c75b1e5586409ed64a3e8ae61038";
};
propagatedBuildInputs = [