regenerate all distros, Thu Nov 7 17:38:07 2019

This commit is contained in:
Ben Wolsieffer 2019-11-07 17:17:35 -05:00
parent 3acbedff58
commit d78acd7c65
827 changed files with 8227 additions and 2847 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-pytest, ament-cmake, ament-lint-common, qt5, python3Packages, ament-lint-auto }:
buildRosPackage {
pname = "ros-dashing-python-qt-binding";
version = "1.0.1-r1";
version = "1.0.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/python_qt_binding-release/archive/release/dashing/python_qt_binding/1.0.1-1.tar.gz";
name = "1.0.1-1.tar.gz";
sha256 = "a116343c89897e466c720e3b892c913992b1771b91c40e02fcfd6632a8d0f7a4";
url = "https://github.com/ros2-gbp/python_qt_binding-release/archive/release/dashing/python_qt_binding/1.0.2-1.tar.gz";
name = "1.0.2-1.tar.gz";
sha256 = "ce13d282e30c74fa8325c02cb123a2541f5b678bdcd28710264beecf9fce2c0e";
};
buildType = "ament_cmake";