python3Packages.google-geo-type: 0.3.13 -> 3.31.3

https://github.com/googleapis/google-cloud-python/blob/google-cloud-build-v3.31.3/packages/google-geo-type/CHANGELOG.md

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
google-geo-type
+3 -3
pkgs/development/python-modules/google-geo-type/default.nix
···
buildPythonPackage rec {
pname = "google-geo-type";
-
version = "0.3.13";
+
version = "3.31.3";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "google-cloud-python";
-
tag = "google-geo-type-v${version}";
-
hash = "sha256-VYkgkVrUgBiUEFF2J8ZFrh2Sw7h653stYxNcpYfRAj4=";
+
tag = "google-cloud-build-v${version}";
+
hash = "sha256-qQ+8X6I8lt4OTgbvODsbdab2dYUk0wxWsbaVT2T651U=";
};
sourceRoot = "${src.name}/packages/google-geo-type";