Skip to content

Commit

Permalink
python310Packages.google-cloud-spanner: 3.21.0 -> 3.22.0 (#193252)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
  • Loading branch information
r-ryantm and fabaff committed Sep 28, 2022
1 parent b397eb1 commit 46e8398
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 46e8398

Please sign in to comment.