gnu: micropython: Update to 1.11.

* gnu/packages/python.scm (micropython): Update to 1.11.
master
Efraim Flashner 2019-09-08 14:17:43 +03:00
parent 78249ebf5b
commit 28ac73358f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -464,7 +464,7 @@ instead of @command{python3}.")))
(define-public micropython (define-public micropython
(package (package
(name "micropython") (name "micropython")
(version "1.10") (version "1.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -473,7 +473,7 @@ instead of @command{python3}.")))
"/micropython-" version ".tar.gz")) "/micropython-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1g1zjip3rkx6bp16qi1bag72wivnbh56fcsl3nffanrx4j5f4z90")) "0px3xhw16rl0l7qifq7jw1gq92wzlnhd17dmszv9m2c3wbzs9p9f"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -487,7 +487,7 @@ instead of @command{python3}.")))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'build 'preprare-build (add-before 'build 'prepare-build
(lambda _ (lambda _
(chdir "ports/unix") (chdir "ports/unix")
;; see: https://github.com/micropython/micropython/pull/4246 ;; see: https://github.com/micropython/micropython/pull/4246