diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-09-15 22:23:51 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-17 22:54:11 +0100 |
| commit | bd3c19763ad543f95d5174ab784b4166c577956e (patch) | |
| tree | 59aa2baf0d189fc9fe9994750c427ef0e006e9e6 /gnu/packages/python.scm | |
| parent | 4540b7bb679dd7ba9525a2c9745ce7275f457c4e (diff) | |
gnu: micropython: Update to 1.26.1.
* gnu/packages/python.scm (micropython): Update to 1.26.1.
Change-Id: I9c1f3095065133be4c4be179682ceda03d253c06
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 17a45baccb3..336805be0fa 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -61,6 +61,7 @@ | |||
| 61 | ;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com> | 61 | ;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com> |
| 62 | ;;; Copyright © 2022 jgart <jgart@dismail.de> | 62 | ;;; Copyright © 2022 jgart <jgart@dismail.de> |
| 63 | ;;; Copyright © 2021 Lars-Dominik Braun <lars@6xq.net> | 63 | ;;; Copyright © 2021 Lars-Dominik Braun <lars@6xq.net> |
| 64 | ;;; Copyright © 2025 Hugo Buddelmeijer <hugo@buddelmeijer.nl> | ||
| 64 | ;;; | 65 | ;;; |
| 65 | ;;; This file is part of GNU Guix. | 66 | ;;; This file is part of GNU Guix. |
| 66 | ;;; | 67 | ;;; |
| @@ -1598,7 +1599,7 @@ the interpreter.")))) | |||
| 1598 | (define-public micropython | 1599 | (define-public micropython |
| 1599 | (package | 1600 | (package |
| 1600 | (name "micropython") | 1601 | (name "micropython") |
| 1601 | (version "1.19") | 1602 | (version "1.26.1") |
| 1602 | (source | 1603 | (source |
| 1603 | (origin | 1604 | (origin |
| 1604 | (method url-fetch) | 1605 | (method url-fetch) |
| @@ -1606,7 +1607,7 @@ the interpreter.")))) | |||
| 1606 | "releases/download/v" version | 1607 | "releases/download/v" version |
| 1607 | "/micropython-" version ".tar.xz")) | 1608 | "/micropython-" version ".tar.xz")) |
| 1608 | (sha256 | 1609 | (sha256 |
| 1609 | (base32 "090bbls5vnicynjyjqqd5zqwx8d6zxp7wlnrxgh0b4s8cyf5i8zj")) | 1610 | (base32 "165c8g60f5zf82gw2d94snyjmcgn999jn4i8ngyc0wk2vwa6bghj")) |
| 1610 | (modules '((guix build utils))) | 1611 | (modules '((guix build utils))) |
| 1611 | (snippet | 1612 | (snippet |
| 1612 | '(begin | 1613 | '(begin |
