mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +03:00
python3Packages.colcon-core: 0.18.0 -> 0.18.1
This commit is contained in:
parent
31e1e361f4
commit
e311549688
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@ let
|
|||
|
||||
package = buildPythonPackage rec {
|
||||
pname = "colcon-core";
|
||||
version = "0.18.0";
|
||||
version = "0.18.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-MXfbdUZlFawbQBlMG8ZtCqFfBUdPzgud9XVRMwAOOw4=";
|
||||
hash = "sha256-FKkUY8roQyvK4+/glZubImG5+FI3yICU2icAMQgD9Rc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue