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

python310Packages.google-cloud-datastore: 2.16.1 -> 2.17.0
This commit is contained in:
Fabian Affolter 2023-08-10 16:41:52 +02:00 committed by GitHub
commit 46cafa3181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-datastore";
version = "2.16.1";
version = "2.17.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cQ7yfr37UDQPRnHFMq1MFSVmWYXpQhmE/81rlrV+NLs=";
hash = "sha256-/q+th07TdqnR8Imer8llDSH9siKPkN6bh0GoBsITtCI=";
};
propagatedBuildInputs = [