regenerate all distros, Fri Apr 4 13:36:01 2025

This commit is contained in:
Superflore 2025-04-04 13:36:01 +00:00 committed by Ben Wolsieffer
parent 308d6c5990
commit 2985461e1c
717 changed files with 3524 additions and 2853 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, demo-nodes-cpp, launch, launch-ros, launch-testing, launch-testing-ros, python3Packages, rcl-interfaces, rclpy, ros2bag, std-msgs }:
buildRosPackage {
pname = "ros-jazzy-launch-testing-examples";
version = "0.19.4-r1";
version = "0.19.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/jazzy/launch_testing_examples/0.19.4-1.tar.gz";
name = "0.19.4-1.tar.gz";
sha256 = "8efc4e6d55f672b4ff315228888759368b3402abb1a5dc032826888cb4f0ee21";
url = "https://github.com/ros2-gbp/examples-release/archive/release/jazzy/launch_testing_examples/0.19.5-1.tar.gz";
name = "0.19.5-1.tar.gz";
sha256 = "2aaf836678dc5c0323216c72f9b8a8a99b33941b16b5a07e6f2c772b9c14eb1e";
};
buildType = "ament_python";