gnu: Python 3: Update to 3.8.5.

* gnu/packages/python.scm (python-3.8): Update to 3.8.5.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Greg Hogan 2020-09-17 13:25:48 -04:00 committed by Leo Famulari
parent e943343912
commit 8944f1a4a4
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -59,6 +59,7 @@
;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org> ;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org>
;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org> ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020 Greg Hogan <code@greghogan.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -364,7 +365,7 @@ (define-public python2-called-python
(define-public python-3.8 (define-public python-3.8
(package (inherit python-2) (package (inherit python-2)
(name "python") (name "python")
(version "3.8.2") (version "3.8.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.python.org/ftp/python/" (uri (string-append "https://www.python.org/ftp/python/"
@ -376,7 +377,7 @@ (define-public python-3.8
"python-3-search-paths.patch")) "python-3-search-paths.patch"))
(sha256 (sha256
(base32 (base32
"1ps5v323cp5czfshqjmbsqw7nvrdpcbk06f62jbzaqik4gfffii6")) "1c43dbv9lvlp3ynqmgdi4rh8q94swanhqarqrdx62zmigpakw073"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin