summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-03-24 15:28:33 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-03-24 20:50:44 +0200
commit2aab587f842908a886e3bd08b028885dddd650e0 (patch)
tree87c0723a9ae2c69ab6920d90b6e87ad8510492fe /gnu/packages/python.scm
parent5664bcdcb0e4c10dfe48dd5e4730fc3c746a21e2 (diff)
parent65c46e79e0495fe4d32f6f2725d7233fff10fd70 (diff)
Merge remote-tracking branch 'origin/master' into core-updates
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm11
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 49d43ab008b..7e139322e58 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>
@@ -393,8 +393,7 @@ data types.")
393 ;; Both 2.x and 3.x used to be called "python". In commit 393 ;; Both 2.x and 3.x used to be called "python". In commit
394 ;; a7714d42de2c3082f3609d1e63c83d703fb39cf9 (March 2018), we renamed the 394 ;; a7714d42de2c3082f3609d1e63c83d703fb39cf9 (March 2018), we renamed the
395 ;; Python 2.x package to "python2". 395 ;; Python 2.x package to "python2".
396 (package 396 (package/inherit python-2
397 (inherit python-2)
398 (name "python") 397 (name "python")
399 (properties `((superseded . ,python-2))))) 398 (properties `((superseded . ,python-2)))))
400 399
@@ -618,15 +617,15 @@ To function properly, this package should not be installed together with the
618(define-public micropython 617(define-public micropython
619 (package 618 (package
620 (name "micropython") 619 (name "micropython")
621 (version "1.13") 620 (version "1.14")
622 (source 621 (source
623 (origin 622 (origin
624 (method url-fetch) 623 (method url-fetch)
625 (uri (string-append "https://github.com/micropython/micropython/" 624 (uri (string-append "https://github.com/micropython/micropython/"
626 "releases/download/v" version 625 "releases/download/v" version
627 "/micropython-" version ".tar.gz")) 626 "/micropython-" version ".tar.xz"))
628 (sha256 627 (sha256
629 (base32 "0lfl7dv5v9rqckslrjqy5swjri29x1nj5d79wxnjys4sq6r2xcws")) 628 (base32 "0k6ri3rxxnnmvcbi7z7x59r21f4vj9dcf9j64jhj1cgazmb62c4p"))
630 (modules '((guix build utils))) 629 (modules '((guix build utils)))
631 (snippet 630 (snippet
632 '(begin 631 '(begin