mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +03:00
python3Packages.colcon-core: 0.18.3 -> 0.18.4
This commit is contained in:
parent
86980db26e
commit
3d94c0f7a9
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue