[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: micropython: Update to 1.13.
From: |
guix-commits |
Subject: |
branch master updated: gnu: micropython: Update to 1.13. |
Date: |
Tue, 29 Sep 2020 06:17:12 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7806e56 gnu: micropython: Update to 1.13.
7806e56 is described below
commit 7806e568f6c61b97660e91f4f97dfbb9e81b9e06
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 29 12:16:20 2020 +0200
gnu: micropython: Update to 1.13.
* gnu/packages/python.scm (micropython): Update to 1.13.
---
gnu/packages/python.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 993ca0b..8f2651d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -591,7 +591,7 @@ To function properly, this package should not be installed
together with the
(define-public micropython
(package
(name "micropython")
- (version "1.12")
+ (version "1.13")
(source
(origin
(method url-fetch)
@@ -599,8 +599,7 @@ To function properly, this package should not be installed
together with the
"releases/download/v" version
"/micropython-" version ".tar.gz"))
(sha256
- (base32
- "1fl1dm2aay23hyqbarnv69qj7z2wljcvkwmvfwfac8yadcv05zcq"))
+ (base32 "0lfl7dv5v9rqckslrjqy5swjri29x1nj5d79wxnjys4sq6r2xcws"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: micropython: Update to 1.13.,
guix-commits <=