Skip to content

Commit 75112d0

Browse files
authored
gz-transport13: fix patch for protobuf 30 (#3103)
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent b9e3160 commit 75112d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/gz-transport13.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ def python_cmake_arg(python = Formula["python@3.13"])
4040

4141
patch do
4242
# Fix for compatibility with protobuf 30
43-
url "https://github.com/gazebosim/gz-transport/commit/eb7a232bb205051af9a29b2277a23503d38a0fbb.patch?full_index=1"
44-
sha256 "8290b87c5d462b55faaa102bfe98f36c5ed17b11155f0d218519348a881317c0"
43+
url "https://github.com/gazebosim/gz-transport/commit/d47da383dcbc194c0f2b1268497942831d8a18a9.patch?full_index=1"
44+
sha256 "35ef3eb17fc06240dfc0355a5089e3097d2a874a19d0c6b0d9886e71e29e8f47"
4545
end
4646

4747
def install

0 commit comments

Comments
 (0)