3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.google-cloud-spanner: 3.13.0 -> 3.14.0

This commit is contained in:
Sandro Jäckel 2022-06-01 22:03:52 +02:00
parent 5b906c698d
commit 2106b137d9
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "google-cloud-spanner";
version = "3.13.0";
version = "3.14.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Y+MA7Nlx3+8eaBptI6eZgSPGc4MvxSrA9YA+K+VSblw=";
sha256 = "sha256-QOUMedRvbEEDwr1RIsS8tEdvk++OmPBXC4Q5XLzWASs=";
};
propagatedBuildInputs = [