mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: micropython: Update to 1.13.
* gnu/packages/python.scm (micropython): Update to 1.13.
This commit is contained in:
parent
5257618bf8
commit
7806e568f6
1 changed files with 2 additions and 3 deletions
|
@ -591,7 +591,7 @@ To function properly, this package should not be installed together with the
|
||||||
(define-public micropython
|
(define-public micropython
|
||||||
(package
|
(package
|
||||||
(name "micropython")
|
(name "micropython")
|
||||||
(version "1.12")
|
(version "1.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -599,8 +599,7 @@ To function properly, this package should not be installed together with the
|
||||||
"releases/download/v" version
|
"releases/download/v" version
|
||||||
"/micropython-" version ".tar.gz"))
|
"/micropython-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0lfl7dv5v9rqckslrjqy5swjri29x1nj5d79wxnjys4sq6r2xcws"))
|
||||||
"1fl1dm2aay23hyqbarnv69qj7z2wljcvkwmvfwfac8yadcv05zcq"))
|
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue