mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 19:24:50 +03:00
python3Packages.colcon-python-setup-py: 0.2.8 -> 0.2.9
This commit is contained in:
parent
cd8b2a1df7
commit
4c7f942c33
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "colcon-python-setup-py";
|
pname = "colcon-python-setup-py";
|
||||||
version = "0.2.8";
|
version = "0.2.9";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-g/cZ8je7hSVE3hJGNdQ3agrYYcFMdSgw+9//vTjNlao=";
|
hash = "sha256-TYurLgW6M04p7uNxX73kkCgTQu2OAA4lITDlxRkVODo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ colcon-core setuptools ];
|
propagatedBuildInputs = [ colcon-core setuptools ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue