python3Packages.colcon-core: 0.18.4 -> 0.19.0

This commit is contained in:
github-actions[bot] 2025-03-14 12:44:57 +00:00 committed by Ben Wolsieffer
parent d2cfaf2d39
commit 107adbda3b

View file

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