regenerate all distros, Fri Jan 27 13:23:44 2023

This commit is contained in:
Superflore 2023-01-27 13:23:44 +00:00 committed by Ben Wolsieffer
parent 731052037f
commit 74c12e5838
549 changed files with 2609 additions and 2219 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-humble-lifecycle-py";
version = "0.20.2-r1";
version = "0.20.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/humble/lifecycle_py/0.20.2-1.tar.gz";
name = "0.20.2-1.tar.gz";
sha256 = "0d9ab61e94a6a6218e2759d9522f47f16707eabd842440889d3cff5a05756191";
url = "https://github.com/ros2-gbp/demos-release/archive/release/humble/lifecycle_py/0.20.3-1.tar.gz";
name = "0.20.3-1.tar.gz";
sha256 = "20b1cbfee1fa13cbd78586af3f98d53cd47fe07d86326198cefe537270cd2561";
};
buildType = "ament_python";