python3Packages.google-cloud-datastore: 2.8.0 -> 2.8.1

This commit is contained in:
Sandro Jäckel 2022-08-22 00:33:42 +02:00
parent c0eb249e67
commit 06679df2b5
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-datastore";
version = "2.8.0";
version = "2.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-/zqsy+xrgmjsSrybBpwCfphTGGVp2AOp+ANsYPSrVfA=";
sha256 = "sha256-AohJ0TAQy3GFALvzqd4i2BiyaCzfTjMMAVIe1ZUZ5eI=";
};
propagatedBuildInputs = [
@ -44,6 +44,7 @@ buildPythonPackage rec {
"tests/system/test_allocate_reserve_ids.py"
"tests/system/test_query.py"
"tests/system/test_put.py"
"tests/system/test_read_consistency.py"
"tests/system/test_transaction.py"
];