1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 03:25:02 +00:00

Merge pull request #153805 from r-ryantm/auto-update/python3.8-google-cloud-spanner

python38Packages.google-cloud-spanner: 3.12.0 -> 3.12.1
This commit is contained in:
Fabian Affolter 2022-01-07 09:51:05 +01:00 committed by GitHub
commit 9b4804dbf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "google-cloud-spanner";
version = "3.12.0";
version = "3.12.1";
src = fetchPypi {
inherit pname version;
sha256 = "8f1390c3776fcfce71e1ef024d9ccde52c16d1cd728bc587c24065d6e4d21933";
sha256 = "98e53298a7c79f0af351c80e6fc0b57bc735afdec764424e459179ef04f5a40f";
};
propagatedBuildInputs = [