Skip to content

Commit

Permalink
python3Packages.colcon-core: 0.18.3 -> 0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lopsided98 committed Dec 7, 2024
1 parent 86980db commit 3d94c0f
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.3";
version = "0.18.4";

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

propagatedBuildInputs = [
Expand Down

0 comments on commit 3d94c0f

Please sign in to comment.