From c9a0526cdb8072d2443ba88fb222943c7eeeb4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 9 Jul 2026 10:02:09 -0700 Subject: [PATCH] python3Packages.google-maps-routing: 3.31.3 -> 0.11.0 Diff: https://github.com/googleapis/google-cloud-python/compare/google-cloud-build-v3.31.3...google-maps-routing-v0.11.0 Changelog: https://github.com/googleapis/google-cloud-python/blob/google-maps-routing-v0.11.0/packages/google-maps-routing/CHANGELOG.md --- .../python-modules/google-maps-routing/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/google-maps-routing/default.nix b/pkgs/development/python-modules/google-maps-routing/default.nix index a11638757750..b035d6f99a74 100644 --- a/pkgs/development/python-modules/google-maps-routing/default.nix +++ b/pkgs/development/python-modules/google-maps-routing/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "google-maps-routing"; - version = "3.31.3"; + version = "0.11.0"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "google-cloud-python"; - tag = "google-cloud-build-v${version}"; - hash = "sha256-qQ+8X6I8lt4OTgbvODsbdab2dYUk0wxWsbaVT2T651U="; + tag = "google-maps-routing-v${version}"; + hash = "sha256-M/7uDWWz4YCfxa4gyM9BaAo10iyTMvtR2MhNpdFYnis="; }; sourceRoot = "${src.name}/packages/google-maps-routing"; @@ -49,6 +49,7 @@ buildPythonPackage rec { pytestCheckHook ]; + passthru.skipBulkUpdate = true; # picks wrong tag passthru.updateScript = gitUpdater { rev-prefix = "google-maps-routing-v"; }; meta = {