mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-09 17:42:22 +03:00
python3Packages.colcon-core: 0.18.4 -> 0.19.0
This commit is contained in:
parent
d2cfaf2d39
commit
107adbda3b
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@ let
|
|||
|
||||
package = buildPythonPackage rec {
|
||||
pname = "colcon-core";
|
||||
version = "0.18.4";
|
||||
version = "0.19.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Oewm3WbVxppfQDEjnJMlgGn2H6Pfb4h0SjcAc9JpGh0=";
|
||||
hash = "sha256-vt3cD/+0rGpkoMCLHbbvV3dtlHjCaDl3e19lNQRdJ5c=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue