python3Packages.google-cloud-datastore: 2.21.0 -> 2.23.0 (#472839)

This commit is contained in:
Fabian Affolter
2025-12-21 21:13:18 +00:00
committed by GitHub
@@ -11,21 +11,18 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-datastore";
version = "2.21.0";
version = "2.23.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_datastore";
inherit version;
hash = "sha256-7uRU3UpV9bMn+fNEko/xoJpvd8I9Xj2QitMaE8wvQHM=";
hash = "sha256-gASYg6Suko/cxmG6aAPsJnZl3A5vPOLakUQQeaa7Y4c=";
};
build-system = [ setuptools ];