mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-15 12:08:39 +03:00
pythonPackages.rosinstall-generator: 0.1.17 -> 0.1.18
This commit is contained in:
parent
e7b209ecc5
commit
b8654b68f2
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rosinstall_generator";
|
pname = "rosinstall_generator";
|
||||||
version = "0.1.17";
|
version = "0.1.18";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1h08qwbafba4pnq7c9m7n4nl0b4zvz6jynaab3fpa816x5h2qsif";
|
sha256 = "18n1yyadr88hm0wlqzpr4gbyjm58kbl2i4d61vc8gij6a3fxxknz";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ catkin-pkg rosdistro rospkg pyyaml ];
|
propagatedBuildInputs = [ catkin-pkg rosdistro rospkg pyyaml ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue