python310Packages.google-cloud-datastore: 2.11.0 -> 2.13.2

This commit is contained in:
R. Ryantm 2023-01-25 07:42:21 +00:00
parent 343b5c8134
commit a0aeaab623

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-datastore";
version = "2.11.0";
version = "2.13.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PSk6IYBfGL7g0FBCqUgT4T8k1IYprtLGQQQEybEO99o=";
hash = "sha256-ikstW53KrRr4vnmtbr0AOG8/kHaF8excJFbwclhCA7A=";
};
propagatedBuildInputs = [