This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bd3c19763a gnu: micropython: Update to 1.26.1.
bd3c19763a is described below
commit bd3c19763ad543f95d5174ab784b4166c577956e
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Sep 15 22:23:51 2025 +0200
gnu: micropython: Update to 1.26.1.
* gnu/packages/python.scm (micropython): Update to 1.26.1.
Change-Id: I9c1f3095065133be4c4be179682ceda03d253c06
Reviewed-by: Nicolas Graves <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 17a45baccb..336805be0f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -61,6 +61,7 @@
;;; Copyright © 2022 Philip McGrath <[email protected]>
;;; Copyright © 2022 jgart <[email protected]>
;;; Copyright © 2021 Lars-Dominik Braun <[email protected]>
+;;; Copyright © 2025 Hugo Buddelmeijer <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1598,7 +1599,7 @@ the interpreter."))))
(define-public micropython
(package
(name "micropython")
- (version "1.19")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
@@ -1606,7 +1607,7 @@ the interpreter."))))
"releases/download/v" version
"/micropython-" version ".tar.xz"))
(sha256
- (base32 "090bbls5vnicynjyjqqd5zqwx8d6zxp7wlnrxgh0b4s8cyf5i8zj"))
+ (base32 "165c8g60f5zf82gw2d94snyjmcgn999jn4i8ngyc0wk2vwa6bghj"))
(modules '((guix build utils)))
(snippet
'(begin