regenerate all distros, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage {
pname = "ros-rolling-tf-transformations";
version = "1.0.1-r2";
version = "1.0.1-r3";
src = fetchurl {
url = "https://github.com/ros2-gbp/tf_transformations_release/archive/release/rolling/tf_transformations/1.0.1-2.tar.gz";
name = "1.0.1-2.tar.gz";
sha256 = "881e752d94bea16e3dcf29fcaea03f5dc71dc1b43c0c7e2d69a294424d5d83eb";
url = "https://github.com/ros2-gbp/tf_transformations_release/archive/release/rolling/tf_transformations/1.0.1-3.tar.gz";
name = "1.0.1-3.tar.gz";
sha256 = "ce64f280076a6c186e55f51063885f71af7270cc47bfaecb76958bb957d41a02";
};
buildType = "ament_python";