Merge pull request #162302 from r-ryantm/auto-update/python3.10-google-cloud-datastore

This commit is contained in:
Sandro 2022-03-01 12:59:05 +01:00 committed by GitHub
commit e3c78ec446
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.4.0";
version = "2.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "4a6f04112f2685a0a5cd8c7cb7946572bb7e0f6ca7cbe0088514006fca8594ca";
sha256 = "sha256-4OwOEb+E+doiQ+gm3f4O+O88PXwFWINfTpRvOlzMuCA=";
};
propagatedBuildInputs = [