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

python310Packages.google-cloud-datastore: 2.13.2 -> 2.14.0
This commit is contained in:
Fabian Affolter 2023-03-03 13:11:27 +01:00 committed by GitHub
commit d68e9eec3b
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.13.2";
version = "2.14.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ikstW53KrRr4vnmtbr0AOG8/kHaF8excJFbwclhCA7A=";
hash = "sha256-00SlS6iL65Z2N6tgNEaIcQ09WB8Jy8emOwlaZoKjNgA=";
};
propagatedBuildInputs = [