mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +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 {
|
||||
pname = "rosinstall_generator";
|
||||
version = "0.1.17";
|
||||
version = "0.1.18";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1h08qwbafba4pnq7c9m7n4nl0b4zvz6jynaab3fpa816x5h2qsif";
|
||||
sha256 = "18n1yyadr88hm0wlqzpr4gbyjm58kbl2i4d61vc8gij6a3fxxknz";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ catkin-pkg rosdistro rospkg pyyaml ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue