Skip to content

Commit

Permalink
python310Packages.google-cloud-spanner: 3.22.0 -> 3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 5, 2022
1 parent a2c9178 commit 4bdc6d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

buildPythonPackage rec {
pname = "google-cloud-spanner";
version = "3.22.0";
version = "3.22.1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-3EZMUyF9Se+DD3EK0/srYODRJo8OQkAr5RilTbMTHIo=";
hash = "sha256-lJn1x77C1oiYFZqTRQGCop/1DQ8OsrqRH42bnxJ7Xio=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 4bdc6d7

Please sign in to comment.