1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-22 15:10:16 +03:00

python3Packages.colcon-core: 0.18.1 -> 0.18.2

This commit is contained in:
github-actions[bot] 2024-10-18 12:43:25 +00:00 committed by Ben Wolsieffer
parent ca904994e7
commit ac722a4c56

View file

@ -29,11 +29,11 @@ let
package = buildPythonPackage rec { package = buildPythonPackage rec {
pname = "colcon-core"; pname = "colcon-core";
version = "0.18.1"; version = "0.18.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-FKkUY8roQyvK4+/glZubImG5+FI3yICU2icAMQgD9Rc="; hash = "sha256-KPJH0qoYmIe4RFVOn0DqtHf4d2mxhFLCxq3v5ACH3w0=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [