python311Packages.google-cloud-datastore: 2.16.0 -> 2.16.1

Changelog: https://github.com/googleapis/python-datastore/blob/v2.16.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-07-06 12:37:12 +02:00
parent a5f2a5c554
commit 5e531f61bd

View File

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