mpremote: 1.23.0 -> 1.24.0 (#351428)

This commit is contained in:
Aleksana 2024-10-27 12:06:21 +08:00 committed by GitHub
commit 4591535a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
}:
buildPythonApplication rec {
pname = "mpremote";
version = "1.23.0";
version = "1.24.0";
src = fetchFromGitHub {
owner = "micropython";
repo = "micropython";
rev = "refs/tags/v${version}";
hash = "sha256-TEW9aDXodPYWlm7xxodaG/2sXOCPpDUKtYVzYZgAzf4=";
hash = "sha256-nBz4m5YxD6MV5SyyzvJcwBTttV8uJGdcCUY6HYxZ4nY=";
};
sourceRoot = "${src.name}/tools/mpremote";
format = "pyproject";