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