Skip to content

Commit

Permalink
micropython: 1.23.0 -> 1.24.0 (#351427)
Browse files Browse the repository at this point in the history
  • Loading branch information
stigtsp authored Oct 26, 2024
2 parents 36ac8d7 + ece2d90 commit f8e0816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/micropython/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

stdenv.mkDerivation rec {
pname = "micropython";
version = "1.23.0";
version = "1.24.0";

src = fetchFromGitHub {
owner = "micropython";
repo = "micropython";
rev = "v${version}";
hash = "sha256-coUFIepbCRuz+766E7VCTQLm0oWB1CTO20ATriC86dc=";
hash = "sha256-cFoUa4ZpPy1MldlTeY9ISXi9ilulmhmaH5mapUDBzE8=";
fetchSubmodules = true;

# remove unused libaries from rp2 port's SDK. we leave this and the other
# remove unused libraries from rp2 port's SDK. we leave this and the other
# ports around for users who want to override makeFlags flags to build them.
# https://github.com/micropython/micropython/blob/a61c446c0b34e82aeb54b9770250d267656f2b7f/ports/rp2/CMakeLists.txt#L17-L22
#
Expand Down

0 comments on commit f8e0816

Please sign in to comment.