python3Packages.colcon-core: 0.17.1 -> 0.18.0

This commit is contained in:
github-actions[bot] 2024-09-27 12:43:43 +00:00 committed by Ben Wolsieffer
parent 8c0d65904e
commit b4a08386fb

View file

@ -29,11 +29,11 @@ let
package = buildPythonPackage rec {
pname = "colcon-core";
version = "0.17.1";
version = "0.18.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-VI0oHJ8GPuV4C3dbI8208R9LpYcHB+zSCRvZq64uXiA=";
hash = "sha256-MXfbdUZlFawbQBlMG8ZtCqFfBUdPzgud9XVRMwAOOw4=";
};
propagatedBuildInputs = [