python310Packages.google-cloud-datastore: 2.8.3 -> 2.9.0

This commit is contained in:
R. Ryantm 2022-10-19 23:08:27 +00:00
parent 9be64ddaff
commit 097aeaa976

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-datastore";
version = "2.8.3";
version = "2.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-JtSY/mQ7BAatBiq9XCO9O0x6nnyPpECnlSYNq9brxp8=";
sha256 = "sha256-8/gmeLpdheW7M9nhM0uTlxrpeRcODSgLVOVKPj9O870=";
};
propagatedBuildInputs = [