summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e05c91b3d05..8f1bc655487 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -32,7 +32,7 @@
32;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com> 32;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com>
33;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net> 33;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
34;;; Copyright © 2016, 2017, 2018 Julien Lepiller <julien@lepiller.eu> 34;;; Copyright © 2016, 2017, 2018 Julien Lepiller <julien@lepiller.eu>
35;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> 35;;; Copyright © 20162018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
36;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be> 36;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
37;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au> 37;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
38;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com> 38;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com>
@@ -668,15 +668,15 @@ To function properly, this package should not be installed together with the
668(define-public micropython 668(define-public micropython
669 (package 669 (package
670 (name "micropython") 670 (name "micropython")
671 (version "1.13") 671 (version "1.14")
672 (source 672 (source
673 (origin 673 (origin
674 (method url-fetch) 674 (method url-fetch)
675 (uri (string-append "https://github.com/micropython/micropython/" 675 (uri (string-append "https://github.com/micropython/micropython/"
676 "releases/download/v" version 676 "releases/download/v" version
677 "/micropython-" version ".tar.gz")) 677 "/micropython-" version ".tar.xz"))
678 (sha256 678 (sha256
679 (base32 "0lfl7dv5v9rqckslrjqy5swjri29x1nj5d79wxnjys4sq6r2xcws")) 679 (base32 "0k6ri3rxxnnmvcbi7z7x59r21f4vj9dcf9j64jhj1cgazmb62c4p"))
680 (modules '((guix build utils))) 680 (modules '((guix build utils)))
681 (snippet 681 (snippet
682 '(begin 682 '(begin