Skip to content

Commit

Permalink
python3Packages.colcon-core: 0.18.1 -> 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lopsided98 committed Oct 19, 2024
1 parent ca90499 commit ac722a4
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.1";
version = "0.18.2";

src = fetchPypi {
inherit pname version;
hash = "sha256-FKkUY8roQyvK4+/glZubImG5+FI3yICU2icAMQgD9Rc=";
hash = "sha256-KPJH0qoYmIe4RFVOn0DqtHf4d2mxhFLCxq3v5ACH3w0=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit ac722a4

Please sign in to comment.