regenerate all distros, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 deletions

View file

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