python312Packages.google-cloud-datastore: 2.20.2 -> 2.21.0

This commit is contained in:
R. Ryantm 2025-04-22 07:24:48 +00:00
parent 0f74f28c3a
commit 0ccb1ff580

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "google-cloud-datastore";
version = "2.20.2";
version = "2.21.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_datastore";
inherit version;
hash = "sha256-lmXQCXKdlVEynZR29NW9qcEdNGkkPqiiwNlJC2WqiZ8=";
hash = "sha256-7uRU3UpV9bMn+fNEko/xoJpvd8I9Xj2QitMaE8wvQHM=";
};
build-system = [ setuptools ];