Commit aa1186f5 authored by Bobbe's avatar Bobbe
Browse files

platformio: fix pinned marshmallow package

parent d0cc7d8f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ let
          tag = version;
          hash = "sha256-l5pEhv8D6jRlU24SlsGQEkXda/b7KUdP9mAqrZCbl38=";
        };

        propagatedBuildInputs = with python3.pkgs; [ packaging ];
      });
    };
  };