Skip to content

Commit

Permalink
mpremote: 1.23.0 -> 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Oct 26, 2024
1 parent 072f2ee commit 7a4e2ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/mpremote/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 7a4e2ed

Please sign in to comment.