gnu: micropython: Update to 1.13.

* gnu/packages/python.scm (micropython): Update to 1.13.
This commit is contained in:
Nicolas Goaziou 2020-09-29 12:16:20 +02:00
parent 5257618bf8
commit 7806e568f6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -591,7 +591,7 @@ (define-public python-minimal-wrapper (wrap-python3 python-minimal))
(define-public micropython
(package
(name "micropython")
(version "1.12")
(version "1.13")
(source
(origin
(method url-fetch)
@ -599,8 +599,7 @@ (define-public micropython
"releases/download/v" version
"/micropython-" version ".tar.gz"))
(sha256
(base32
"1fl1dm2aay23hyqbarnv69qj7z2wljcvkwmvfwfac8yadcv05zcq"))
(base32 "0lfl7dv5v9rqckslrjqy5swjri29x1nj5d79wxnjys4sq6r2xcws"))
(modules '((guix build utils)))
(snippet
'(begin