diff options
| author | Greg Hogan <code@greghogan.com> | 2021-02-24 14:12:28 +0000 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2021-02-25 14:41:41 -0500 |
| commit | 10b909a0249fd53d589890b357232db4165690f5 (patch) | |
| tree | ce9c57f86abee1b7b3082f6f39b19c1251e56776 /gnu/packages/python.scm | |
| parent | f16168744e8d5ab30cc77919cc06389c3f4a6abe (diff) | |
gnu: Python 3.9: Update to 3.9.2.
* gnu/packages/python.scm (python-3.9): Update to 3.9.2.
[source]: Remove obsolete patch.
* gnu/packages/patches/python-3.9-CVE-2021-3177.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5c5be0d78ca..9d97050c669 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -59,6 +59,7 @@ | |||
| 59 | ;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org> | 59 | ;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org> |
| 60 | ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org> | 60 | ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org> |
| 61 | ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 61 | ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> |
| 62 | ;;; Copyright © 2021 Greg Hogan <code@greghogan.com> | ||
| 62 | ;;; | 63 | ;;; |
| 63 | ;;; This file is part of GNU Guix. | 64 | ;;; This file is part of GNU Guix. |
| 64 | ;;; | 65 | ;;; |
| @@ -533,19 +534,18 @@ data types.") | |||
| 533 | (define-public python-3.9 | 534 | (define-public python-3.9 |
| 534 | (package (inherit python-3.8) | 535 | (package (inherit python-3.8) |
| 535 | (name "python-next") | 536 | (name "python-next") |
| 536 | (version "3.9.1") | 537 | (version "3.9.2") |
| 537 | (source (origin | 538 | (source (origin |
| 538 | (method url-fetch) | 539 | (method url-fetch) |
| 539 | (uri (string-append "https://www.python.org/ftp/python/" | 540 | (uri (string-append "https://www.python.org/ftp/python/" |
| 540 | version "/Python-" version ".tar.xz")) | 541 | version "/Python-" version ".tar.xz")) |
| 541 | (patches (search-patches | 542 | (patches (search-patches |
| 542 | "python-3.9-fix-tests.patch" | 543 | "python-3.9-fix-tests.patch" |
| 543 | "python-3.9-CVE-2021-3177.patch" | ||
| 544 | "python-3-deterministic-build-info.patch" | 544 | "python-3-deterministic-build-info.patch" |
| 545 | "python-3-search-paths.patch")) | 545 | "python-3-search-paths.patch")) |
| 546 | (sha256 | 546 | (sha256 |
| 547 | (base32 | 547 | (base32 |
| 548 | "1zq3k4ymify5ig739zyvx9s2ainvchxb1zpy139z74krr653y74r")) | 548 | "0z94vv5qhlwvcgc4sy9sdiqs0220s84wx3b62vslh5419z2k881w")) |
| 549 | (modules '((guix build utils))) | 549 | (modules '((guix build utils))) |
| 550 | (snippet | 550 | (snippet |
| 551 | '(begin | 551 | '(begin |
