python310Packages.google-cloud-spanner: 3.21.0 -> 3.22.0 (#193252)

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
R. RyanTM 2022-09-28 02:13:39 -07:00 committed by GitHub
parent b397eb1269
commit 46e8398474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,15 +10,19 @@
, pytestCheckHook
, pytest-asyncio
, sqlparse
, pythonOlder
}:
buildPythonPackage rec {
pname = "google-cloud-spanner";
version = "3.21.0";
version = "3.22.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-47fR2Pwwl9HJ5pIqf8H0QjmrVYy5NgN5sdk3nH4yf/Q=";
hash = "sha256-3EZMUyF9Se+DD3EK0/srYODRJo8OQkAr5RilTbMTHIo=";
};
propagatedBuildInputs = [