1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

colcon-core: 0.10.0 -> 0.12.1

This is needed by the colcon-defaults extension added in the next
commit.
This commit is contained in:
Michal Sojka 2023-03-26 11:25:17 +02:00 committed by Ben Wolsieffer
parent 713bae5fa1
commit e45d0d1576

View file

@ -29,11 +29,11 @@ let
package = buildPythonPackage rec {
pname = "colcon-core";
version = "0.10.0";
version = "0.12.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-VOlHWEUdLYgdrF5ILDdE9dJzP71FmBwkwIQOuz56SqM=";
hash = "sha256-L7sK9sekF0bw8+N2bcuHb0Ur0xgzz7Tv3DPInp+gd/A=";
};
propagatedBuildInputs = [