python3Packages.colcon-core: 0.18.3 -> 0.18.4

This commit is contained in:
github-actions[bot] 2024-12-06 12:48:34 +00:00 committed by Ben Wolsieffer
parent 86980db26e
commit 3d94c0f7a9

View file

@ -29,11 +29,11 @@ let
package = buildPythonPackage rec {
pname = "colcon-core";
version = "0.18.3";
version = "0.18.4";
src = fetchPypi {
inherit pname version;
hash = "sha256-iz3PCxQLKFGpFpxgs+0sp4puSP7I7Oze76KHpnFfLhc=";
hash = "sha256-Oewm3WbVxppfQDEjnJMlgGn2H6Pfb4h0SjcAc9JpGh0=";
};
propagatedBuildInputs = [