mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
catkin-tools: 0.7.1 -> 0.7.2
This commit is contained in:
parent
211218a5cc
commit
f0976c39fc
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "catkin_tools";
|
||||
version = "0.7.1";
|
||||
version = "0.7.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "17r6sz7jdq78mab8n5ihcf991f8lwykdjcddlgsz7c1ab7j4dkns";
|
||||
sha256 = "1zspp8sgpg1chjzcshkyq7y7ah41si1ssh3ik3xwsrmmn4dnnk40";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ setuptools catkin-pkg osrf-pycommon pyyaml ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue