regenerate all distros, Fri May 10 13:12:06 2024

This commit is contained in:
Superflore 2024-05-10 13:12:06 +00:00 committed by Ben Wolsieffer
parent 1d5ae52f3e
commit f1c32375c2
1007 changed files with 7042 additions and 3625 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages, rosidl-parser }:
buildRosPackage {
pname = "ros-rolling-rosidl-pycommon";
version = "4.5.2-r1";
version = "4.7.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_pycommon/4.5.2-1.tar.gz";
name = "4.5.2-1.tar.gz";
sha256 = "a4129df0234659f97b2c75f8624e952be5570179b44bf679a90233658dbb8c30";
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_pycommon/4.7.0-1.tar.gz";
name = "4.7.0-1.tar.gz";
sha256 = "82f390b3d2deb98b0552e62c9a89535e0d98852be79a50b3c8242886cb4b214e";
};
buildType = "ament_python";