all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58455] [PATCH] gnu: micropython: Update to 1.19.
@ 2022-10-11 20:47 jgart via Guix-patches via
  2022-10-11 21:10 ` [bug#58455] [PATCH v2] " jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-10-11 20:47 UTC (permalink / raw)
  To: 58455; +Cc: jgart

* gnu/packages/python.scm (micropython): Update to 1.19.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index edbdf7cfad..9324ef9a65 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -680,7 +680,7 @@ (define-public python-minimal-wrapper (wrap-python3 python-minimal))
 (define-public micropython
   (package
     (name "micropython")
-    (version "1.18")
+    (version "1.19")
     (source
       (origin
         (method url-fetch)
@@ -688,7 +688,7 @@ (define-public micropython
                             "releases/download/v" version
                             "/micropython-" version ".tar.xz"))
         (sha256
-         (base32 "1d1yza02pwq3kh8531ryq9sjk7zjqh786nnw397cccfk5ss73z4n"))
+         (base32 "090bbls5vnicynjyjqqd5zqwx8d6zxp7wlnrxgh0b4s8cyf5i8zj"))
       (modules '((guix build utils)))
       (snippet
        '(begin
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#58455] [PATCH v2] gnu: micropython: Update to 1.19.
  2022-10-11 20:47 [bug#58455] [PATCH] gnu: micropython: Update to 1.19 jgart via Guix-patches via
@ 2022-10-11 21:10 ` jgart via Guix-patches via
  2022-10-13 11:47   ` bug#58455: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-10-11 21:10 UTC (permalink / raw)
  To: 58455; +Cc: jgart

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

v2 adds my copyright declaration. thnx!
---
 gnu/packages/python.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index edbdf7cfad..e31158dfc0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -59,6 +59,7 @@
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2020, 2021 Greg Hogan <code@greghogan.com>
 ;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -680,7 +681,7 @@ (define-public python-minimal-wrapper (wrap-python3 python-minimal))
 (define-public micropython
   (package
     (name "micropython")
-    (version "1.18")
+    (version "1.19")
     (source
       (origin
         (method url-fetch)
@@ -688,7 +689,7 @@ (define-public micropython
                             "releases/download/v" version
                             "/micropython-" version ".tar.xz"))
         (sha256
-         (base32 "1d1yza02pwq3kh8531ryq9sjk7zjqh786nnw397cccfk5ss73z4n"))
+         (base32 "090bbls5vnicynjyjqqd5zqwx8d6zxp7wlnrxgh0b4s8cyf5i8zj"))
       (modules '((guix build utils)))
       (snippet
        '(begin
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#58455: [PATCH v2] gnu: micropython: Update to 1.19.
  2022-10-11 21:10 ` [bug#58455] [PATCH v2] " jgart via Guix-patches via
@ 2022-10-13 11:47   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2022-10-13 11:47 UTC (permalink / raw)
  To: jgart; +Cc: 58455-done

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]


jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/python.scm (micropython): Update to 1.19.
>
> v2 adds my copyright declaration. thnx!
> ---
>  gnu/packages/python.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Thanks, I've pushed this to master as
f22bc5fd5e195799a3936715f77a67b6efab4f9d.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-13 11:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 20:47 [bug#58455] [PATCH] gnu: micropython: Update to 1.19 jgart via Guix-patches via
2022-10-11 21:10 ` [bug#58455] [PATCH v2] " jgart via Guix-patches via
2022-10-13 11:47   ` bug#58455: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.