File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ _PYTHON_VERSIONS = [
49
49
"3.10" ,
50
50
"3.11" ,
51
51
"3.12" ,
52
+ "3.13" ,
52
53
]
53
54
54
55
_DEFAULT_PYTHON = "3.10"
Original file line number Diff line number Diff line change @@ -271,9 +271,9 @@ def ros2_repositories():
271
271
http_archive ,
272
272
name = "ros2_xacro" ,
273
273
build_file = "@com_github_mvukov_rules_ros2//repositories:xacro.BUILD.bazel" ,
274
- sha256 = "a8802a5b48f7479bae1238e822ac4ebb47660221eb9bc40a608e899d60f3f7e4 " ,
275
- strip_prefix = "xacro-2.0.9 " ,
276
- urls = ["https://github.com/ros/xacro/archive/refs/tags/2.0.9 .tar.gz" ],
274
+ sha256 = "6df0d44af8a6bf9f23f0536ce167a0cd7b4c01281100dfea7e17d504363b424d " ,
275
+ strip_prefix = "xacro-2.0.13 " ,
276
+ urls = ["https://github.com/ros/xacro/archive/refs/tags/2.0.13 .tar.gz" ],
277
277
)
278
278
279
279
# Version copied from https://github.com/ros2/orocos_kdl_vendor/blob/0.2.5/orocos_kdl_vendor/CMakeLists.txt#L58.
You can’t perform that action at this time.
0 commit comments