Merge pull request #194610 from r-ryantm/auto-update/python310Packages.google-cloud-datastore

This commit is contained in:
Sandro 2022-10-06 11:50:11 +02:00 committed by GitHub
commit df7d0d004c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-datastore";
version = "2.8.1";
version = "2.8.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-AohJ0TAQy3GFALvzqd4i2BiyaCzfTjMMAVIe1ZUZ5eI=";
sha256 = "sha256-Q/NLGD6ALwJ4mK/LUqovlDQ5lVnf3uMBnpwURya3BEI=";
};
propagatedBuildInputs = [