1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-20 14:18:39 +03:00

regenerate all distros, Fri Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -2,20 +2,20 @@
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, action-tutorials-interfaces, ament-copyright, ament-flake8, ament-pep257, pythonPackages, rclpy }:
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, example-interfaces, pythonPackages, rclpy }:
buildRosPackage {
pname = "ros-rolling-action-tutorials-py";
version = "0.34.2-r1";
version = "0.35.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_py/0.34.2-1.tar.gz";
name = "0.34.2-1.tar.gz";
sha256 = "02c105b0ac32cf59efac4792b2992554fdf1572149ebfcfe39451b5b05d1f21c";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_py/0.35.0-1.tar.gz";
name = "0.35.0-1.tar.gz";
sha256 = "420ee4f91dadc4a94cee618a7c8355eb3beb6db2f5689e8d9b80da306ca5d9a7";
};
buildType = "ament_python";
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
propagatedBuildInputs = [ action-tutorials-interfaces rclpy ];
propagatedBuildInputs = [ example-interfaces rclpy ];
meta = {
description = "Python action tutorial code";