1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate all distros, Fri Apr 3 17:41:29 2020

This commit is contained in:
Superflore 2020-04-03 17:41:29 +00:00 committed by Ben Wolsieffer
parent 98cab6dc22
commit 30d7ef0edb
133 changed files with 809 additions and 477 deletions

View file

@ -5,18 +5,18 @@
{ lib, buildRosPackage, fetchurl, catkin, pythonPackages, rospy }:
buildRosPackage {
pname = "ros-melodic-urdfdom-py";
version = "0.4.2-r1";
version = "0.4.3-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/urdfdom_py-release/archive/release/melodic/urdfdom_py/0.4.2-1.tar.gz";
name = "0.4.2-1.tar.gz";
sha256 = "c36e2459b2604566af7d5b9a212e156303a7a4094518dd62e2485d76a98b4db6";
url = "https://github.com/ros-gbp/urdfdom_py-release/archive/release/melodic/urdfdom_py/0.4.3-1.tar.gz";
name = "0.4.3-1.tar.gz";
sha256 = "fa17c8b80a42f70c63b37729a6dfc6b71930cdb3f25df0aee577cd76a43936d9";
};
buildType = "catkin";
checkInputs = [ pythonPackages.mock ];
propagatedBuildInputs = [ pythonPackages.lxml pythonPackages.pyyaml rospy ];
nativeBuildInputs = [ catkin ];
propagatedBuildInputs = [ pythonPackages.pyyaml rospy ];
nativeBuildInputs = [ catkin pythonPackages.setuptools ];
meta = {
description = ''Python implementation of the URDF parser.'';