python3Packages.google-maps-routing: 0.6.15 -> 0.6.16

This commit is contained in:
R. Ryantm
2025-06-12 10:17:36 +00:00
parent ff07dec4ca
commit 5e5d627d43
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-maps-routing";
version = "0.6.15";
version = "0.6.16";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "google-cloud-python";
tag = "google-maps-routing-v${version}";
hash = "sha256-5PzidE1CWN+pt7+gcAtbuXyL/pq6cnn0MCRkBfmeUSw=";
hash = "sha256-VYkgkVrUgBiUEFF2J8ZFrh2Sw7h653stYxNcpYfRAj4=";
};
sourceRoot = "${src.name}/packages/google-maps-routing";