platformio: fix pinned marshmallow package (#478727)

This commit is contained in:
Martin Weinelt
2026-02-18 16:06:40 +00:00
committed by GitHub
@@ -23,6 +23,8 @@ let
tag = version;
hash = "sha256-l5pEhv8D6jRlU24SlsGQEkXda/b7KUdP9mAqrZCbl38=";
};
propagatedBuildInputs = with python3.pkgs; [ packaging ];
});
};
};