Archived
1
0
Fork 0

gnu: micropython: Update to 1.19.

* gnu/packages/python.scm (micropython): Update to 1.19.

v2 adds my copyright declaration. thnx!

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
jgart 2022-10-11 16:10:31 -05:00 committed by Christopher Baines
parent 5dec941818
commit f22bc5fd5e
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -59,6 +59,7 @@
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020, 2021 Greg Hogan <code@greghogan.com> ;;; Copyright © 2020, 2021 Greg Hogan <code@greghogan.com>
;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com> ;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
;;; Copyright © 2022 jgart <jgart@dismail.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -680,7 +681,7 @@ and the unversioned commands available.")))
(define-public micropython (define-public micropython
(package (package
(name "micropython") (name "micropython")
(version "1.18") (version "1.19")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -688,7 +689,7 @@ and the unversioned commands available.")))
"releases/download/v" version "releases/download/v" version
"/micropython-" version ".tar.xz")) "/micropython-" version ".tar.xz"))
(sha256 (sha256
(base32 "1d1yza02pwq3kh8531ryq9sjk7zjqh786nnw397cccfk5ss73z4n")) (base32 "090bbls5vnicynjyjqqd5zqwx8d6zxp7wlnrxgh0b4s8cyf5i8zj"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin