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

python310Packages.google-cloud-datastore: 2.17.0 -> 2.18.0
This commit is contained in:
Nick Cao 2023-09-12 09:47:06 -04:00 committed by GitHub
commit 2303082bb9
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.17.0";
version = "2.18.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/q+th07TdqnR8Imer8llDSH9siKPkN6bh0GoBsITtCI=";
hash = "sha256-Y7MbZ23LJ4amUNI9Mk2PiGxOFFhq/dDP5uJgpz8SRI4=";
};
propagatedBuildInputs = [