1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

Merge branch 'master' into core-updates

This commit is contained in:
Ludovic Courtès 2019-09-17 16:17:20 +02:00
commit 9ff87bb996
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
124 changed files with 4791 additions and 1551 deletions

View file

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