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

This commit is contained in:
Sandro 2022-10-11 11:16:13 +02:00 committed by GitHub
commit e7d1f7b9c6
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.2";
version = "2.8.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Q/NLGD6ALwJ4mK/LUqovlDQ5lVnf3uMBnpwURya3BEI=";
sha256 = "sha256-JtSY/mQ7BAatBiq9XCO9O0x6nnyPpECnlSYNq9brxp8=";
};
propagatedBuildInputs = [