summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9fec18287ea..644c9d76667 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -509,7 +509,7 @@ instead of @command{python3}.")))
509(define-public micropython 509(define-public micropython
510 (package 510 (package
511 (name "micropython") 511 (name "micropython")
512 (version "1.10") 512 (version "1.11")
513 (source 513 (source
514 (origin 514 (origin
515 (method url-fetch) 515 (method url-fetch)
@@ -518,7 +518,7 @@ instead of @command{python3}.")))
518 "/micropython-" version ".tar.gz")) 518 "/micropython-" version ".tar.gz"))
519 (sha256 519 (sha256
520 (base32 520 (base32
521 "1g1zjip3rkx6bp16qi1bag72wivnbh56fcsl3nffanrx4j5f4z90")) 521 "0px3xhw16rl0l7qifq7jw1gq92wzlnhd17dmszv9m2c3wbzs9p9f"))
522 (modules '((guix build utils))) 522 (modules '((guix build utils)))
523 (snippet 523 (snippet
524 '(begin 524 '(begin
@@ -532,7 +532,7 @@ instead of @command{python3}.")))
532 (arguments 532 (arguments
533 `(#:phases 533 `(#:phases
534 (modify-phases %standard-phases 534 (modify-phases %standard-phases
535 (add-before 'build 'preprare-build 535 (add-before 'build 'prepare-build
536 (lambda _ 536 (lambda _
537 (chdir "ports/unix") 537 (chdir "ports/unix")
538 ;; see: https://github.com/micropython/micropython/pull/4246 538 ;; see: https://github.com/micropython/micropython/pull/4246