regenerate all distros, Fri Jan 19 13:36:48 2024

This commit is contained in:
Superflore 2024-01-19 13:36:49 +00:00 committed by Ben Wolsieffer
parent 1f89e13710
commit 5053bf9d76
5646 changed files with 9235 additions and 7758 deletions

View file

@ -1,16 +1,16 @@
# Copyright 2023 Open Source Robotics Foundation
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage {
pname = "ros-humble-rtabmap-python";
version = "0.21.1-r1";
version = "0.21.3-r1";
src = fetchurl {
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/humble/rtabmap_python/0.21.1-1.tar.gz";
name = "0.21.1-1.tar.gz";
sha256 = "5edc09a1d004a094afc601da63975761a0dc19b44194e454dddab85c959bf805";
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/humble/rtabmap_python/0.21.3-1.tar.gz";
name = "0.21.3-1.tar.gz";
sha256 = "66e58bf52879b517c88d1fcb60df29a00188745fcc249cdb6b622ded168b66fa";
};
buildType = "ament_python";