regenerate all distros, Fri Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-lint-auto, ament-lint-common, lifecycle, lifecycle-msgs, rclpy, ros-testing, std-msgs }:
buildRosPackage {
pname = "ros-rolling-lifecycle-py";
version = "0.34.2-r1";
version = "0.35.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/lifecycle_py/0.34.2-1.tar.gz";
name = "0.34.2-1.tar.gz";
sha256 = "717da045867164f785da448a87278823b2814e068a2f65f6eb49f6235b464c88";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/lifecycle_py/0.35.0-1.tar.gz";
name = "0.35.0-1.tar.gz";
sha256 = "3a9ee20769b7aaefcb8547814630e6e412463b31b080ac85526680d989a1e2e5";
};
buildType = "ament_python";