all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 58455@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#58455] [PATCH] gnu: micropython: Update to 1.19.
Date: Tue, 11 Oct 2022 15:47:09 -0500	[thread overview]
Message-ID: <20221011204709.16704-1-jgart@dismail.de> (raw)

* 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





             reply	other threads:[~2022-10-11 21:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-11 20:47 jgart via Guix-patches via [this message]
2022-10-11 21:10 ` [bug#58455] [PATCH v2] gnu: micropython: Update to 1.19 jgart via Guix-patches via
2022-10-13 11:47   ` bug#58455: " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221011204709.16704-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=58455@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.