summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-05-27 22:29:53 +0200
committerAndreas Enge <andreas@enge.fr>2026-05-27 23:10:20 +0200
commit4e345918a1f4e79a0d4c74f7820b5f8b255e0e85 (patch)
treee9e5e51ca5a6fe53e08d314b742b824210df7f74 /gnu/packages/python.scm
parentb99a013eab91e75a49c2d40d5b5f2610a860ddf3 (diff)
gnu: micropython: Update to 1.28.0.
Fixes: CVE-2026-1998 * gnu/packages/python.scm (micropython): Update to 1.28.0. Change-Id: I87ad70dbeb0edba2a771d33e74e43b33af49a9c8 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index da88a618d68..c205b256f4d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1255,7 +1255,7 @@ base, via the @file{pythoncapi_compat.h} header file.")
1255(define-public micropython 1255(define-public micropython
1256 (package 1256 (package
1257 (name "micropython") 1257 (name "micropython")
1258 (version "1.26.1") 1258 (version "1.28.0")
1259 (source 1259 (source
1260 (origin 1260 (origin
1261 (method url-fetch) 1261 (method url-fetch)
@@ -1263,7 +1263,7 @@ base, via the @file{pythoncapi_compat.h} header file.")
1263 "releases/download/v" version 1263 "releases/download/v" version
1264 "/micropython-" version ".tar.xz")) 1264 "/micropython-" version ".tar.xz"))
1265 (sha256 1265 (sha256
1266 (base32 "165c8g60f5zf82gw2d94snyjmcgn999jn4i8ngyc0wk2vwa6bghj")) 1266 (base32 "05d2gd3g8v3paxf4fin4cv5scgnc4yl0jdahpjs37nmqaybcahsf"))
1267 (modules '((guix build utils))) 1267 (modules '((guix build utils)))
1268 (snippet 1268 (snippet
1269 '(begin 1269 '(begin