Skip to content

Commit

Permalink
python3Packages.colcon-core: 0.18.2 -> 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lopsided98 committed Nov 9, 2024
1 parent 3875f53 commit e5f115c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/colcon/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ let

package = buildPythonPackage rec {
pname = "colcon-core";
version = "0.18.2";
version = "0.18.3";

src = fetchPypi {
inherit pname version;
hash = "sha256-KPJH0qoYmIe4RFVOn0DqtHf4d2mxhFLCxq3v5ACH3w0=";
hash = "sha256-iz3PCxQLKFGpFpxgs+0sp4puSP7I7Oze76KHpnFfLhc=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit e5f115c

Please sign in to comment.