python3Packages.colcon: 0.20.1 -> 0.21.0

This commit is contained in:
R. Ryantm
2026-06-02 12:46:35 +00:00
parent 017304cea5
commit d99bc20c78
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "colcon-core";
version = "0.20.1";
version = "0.21.0";
pyproject = true;
src = fetchFromGitHub {
owner = "colcon";
repo = "colcon-core";
tag = version;
hash = "sha256-FV/G2FcnBgr7mUY/Jr+bVAdEfhHL9qAnpc92hpTfy7Y=";
hash = "sha256-yERPJD2LYmBrLchyX/axQ+8h5/hRXsjvzF3DkR8CsCs=";
};
# Upstream tracking issue: https://github.com/ros2/ros2/issues/1738