diff options
author | Greg Hogan <code@greghogan.com> | 2020-09-17 13:25:48 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-09-18 14:41:48 -0400 |
commit | 8944f1a4a4bfe65ad83d4926fbdbeb3e11ec7728 (patch) | |
tree | b461feb6140670460603a444ff4d6c8601c7f546 | |
parent | e94334391262a13b354d271be6f2977092dab511 (diff) |
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>
-rw-r--r-- | gnu/packages/python.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 993ca0b40f..7936638794 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -59,6 +59,7 @@ ;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org> ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org> ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> +;;; Copyright © 2020 Greg Hogan <code@greghogan.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -364,7 +365,7 @@ data types.") (define-public python-3.8 (package (inherit python-2) (name "python") - (version "3.8.2") + (version "3.8.5") (source (origin (method url-fetch) (uri (string-append "https://www.python.org/ftp/python/" @@ -376,7 +377,7 @@ data types.") "python-3-search-paths.patch")) (sha256 (base32 - "1ps5v323cp5czfshqjmbsqw7nvrdpcbk06f62jbzaqik4gfffii6")) + "1c43dbv9lvlp3ynqmgdi4rh8q94swanhqarqrdx62zmigpakw073")) (modules '((guix build utils))) (snippet '(begin |