Skip to content

Commit

Permalink
micropython: 1.23.0 -> 1.24.0
Browse files Browse the repository at this point in the history
(cherry picked from commit ece2d90)
  • Loading branch information
jwillikers authored and prusnak committed Oct 28, 2024
1 parent 184cc0e commit e9e0726
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}";
sha256 = "sha256-sfJohmsqq5FumUoVE8x3yWv12DiCJJXae62br0j+190=";
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 e9e0726

Please sign in to comment.