diff options
| author | Yohann Boniface <edhyjox@gmail.com> | 2025-08-22 15:12:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-22 15:12:50 +0200 |
| commit | afffd0509f736eb4e529150545ec28c6ad7be290 (patch) | |
| tree | 430dccfa8efc69a42c705fd90630ca051a94da0f /pkgs/development/python-modules | |
| parent | 71b10248a94cf280adb1e0a3cb89a11bd86d799f (diff) | |
| parent | a1d86b86b20eb9cf826de47bb69de52acf823aa3 (diff) | |
python3Packages.colcon-parallel-executor: 0.3.0 -> 0.4.0 (#435764)
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/colcon-parallel-executor/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/colcon-parallel-executor/default.nix b/pkgs/development/python-modules/colcon-parallel-executor/default.nix index bcd6cbfdf548..b8fbc7798998 100644 --- a/pkgs/development/python-modules/colcon-parallel-executor/default.nix +++ b/pkgs/development/python-modules/colcon-parallel-executor/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "colcon-parallel-executor"; - version = "0.3.0"; + version = "0.4.0"; pyproject = true; src = fetchFromGitHub { owner = "colcon"; repo = "colcon-parallel-executor"; tag = version; - hash = "sha256-uhVl1fqoyMF/L98PYCmM6m7+52c4mWj2qlna5sz/RxE="; + hash = "sha256-JjpVhBpkVNFOsTnY8vEqIre4Hzwg+eDYwrR2iaIC5TA="; }; build-system = [ setuptools ]; |
