GNU bug report logs - #58455
[PATCH] gnu: micropython: Update to 1.19.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 11 Oct 2022 20:48:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Subject: bug#58455: closed (Re: [bug#58455] [PATCH v2] gnu: micropython:
 Update to 1.19.)
Date: Thu, 13 Oct 2022 11:48:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58455: [PATCH] gnu: micropython: Update to 1.19.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58455 <at> debbugs.gnu.org.

-- 
58455: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58455
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: jgart <jgart <at> dismail.de>
Cc: 58455-done <at> debbugs.gnu.org
Subject: Re: [bug#58455] [PATCH v2] gnu: micropython: Update to 1.19.
Date: Thu, 13 Oct 2022 12:47:16 +0100
[Message part 3 (text/plain, inline)]
jgart via Guix-patches via <guix-patches <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: micropython: Update to 1.19.
Date: Tue, 11 Oct 2022 15:47:09 -0500
* 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




This bug report was last modified 2 years and 283 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.