Skip to content

Commit ed06702

Browse files
Upgrade to Drake 1.32 (#366)
1 parent 654e7c1 commit ed06702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drake_ros/drake.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DRAKE_SUGGESTED_VERSION = struct(
2-
url = "https://github.com/RobotLocomotion/drake/archive/refs/tags/v1.31.0.tar.gz", # noqa
3-
sha256 = "5335bb0f7d0b50db7e5c9655d679d465823fde11d058a60f481aa61d69c37a42", # noqa,
4-
strip_prefix = "drake-1.31.0",
2+
url = "https://github.com/RobotLocomotion/drake/archive/refs/tags/v1.32.0.tar.gz", # noqa
3+
sha256 = "8d8211a1654956891cf43f698d01a3742f3aa2237d03635cb03e6cf3e8631b38", # noqa,
4+
strip_prefix = "drake-1.32.0",
55
)

0 commit comments

Comments
 (0)