mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
catkin-tools: 0.9.4
This commit is contained in:
parent
1fcbc069cb
commit
008ae5e64d
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "catkin_tools";
|
pname = "catkin_tools";
|
||||||
version = "0.9.0";
|
version = "0.9.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-JlOjtDMAxkglzWb+Ou3+hnadQn9F6mTxDPqJc2yh/Lc=";
|
hash = "sha256-BjVwOJRD8L5ESOKlZbiuAc/NQdAsvDoU8INr1FiMBjo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ setuptools osrf-pycommon pyyaml catkin-pkg ];
|
propagatedBuildInputs = [ setuptools osrf-pycommon pyyaml catkin-pkg ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue