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 }:
buildRosPackage {
pname = "ros-rolling-ament-index-python";
version = "1.8.0-r1";
version = "1.9.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_index-release/archive/release/rolling/ament_index_python/1.8.0-1.tar.gz";
name = "1.8.0-1.tar.gz";
sha256 = "9bc4aca2f92b4c7542e982818d8a096684c3c2f5239542a892700f393d36f5ba";
url = "https://github.com/ros2-gbp/ament_index-release/archive/release/rolling/ament_index_python/1.9.0-1.tar.gz";
name = "1.9.0-1.tar.gz";
sha256 = "83a8217228a28e5e46905295fb13b8a566d88754230bef3dd2bf1c31b2ff9f0c";
};
buildType = "ament_python";