diff options
| author | Christopher Baines <mail@cbaines.net> | 2021-03-05 22:56:40 +0000 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2021-03-06 00:18:30 +0000 |
| commit | a8448da0f4a090818104e64dd79f90b0e50d5e77 (patch) | |
| tree | 494c58b4724f12cd9de0db9b0a7096de2b922c0f /gnu/packages/python.scm | |
| parent | 4f4b749e75b38b8c08b4f67ef51c2c8740999e28 (diff) | |
| parent | a714af38d5d1046081524d859cde4cd8fd12a923 (diff) | |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8e8f46467be..49d43ab008b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | ;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org> | 11 | ;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org> |
| 12 | ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr> | 12 | ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr> |
| 13 | ;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org> | 13 | ;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org> |
| 14 | ;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name> | 14 | ;;; Copyright © 2015, 2016, 2017, 2021 Leo Famulari <leo@famulari.name> |
| 15 | ;;; Copyright © 2015, 2017 Ben Woodcroft <donttrustben@gmail.com> | 15 | ;;; Copyright © 2015, 2017 Ben Woodcroft <donttrustben@gmail.com> |
| 16 | ;;; Copyright © 2015, 2016 Erik Edrosa <erik.edrosa@gmail.com> | 16 | ;;; Copyright © 2015, 2016 Erik Edrosa <erik.edrosa@gmail.com> |
| 17 | ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> | 17 | ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> |
| @@ -59,7 +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 © 2020 Greg Hogan <code@greghogan.com> | 62 | ;;; Copyright © 2020, 2021 Greg Hogan <code@greghogan.com> |
| 63 | ;;; | 63 | ;;; |
| 64 | ;;; This file is part of GNU Guix. | 64 | ;;; This file is part of GNU Guix. |
| 65 | ;;; | 65 | ;;; |
| @@ -378,6 +378,14 @@ data types.") | |||
| 378 | (properties '((cpe-name . "python"))) | 378 | (properties '((cpe-name . "python"))) |
| 379 | (license license:psfl))) | 379 | (license license:psfl))) |
| 380 | 380 | ||
| 381 | (define python-2.7/fixed | ||
| 382 | (package | ||
| 383 | (inherit python-2.7) | ||
| 384 | (source (origin | ||
| 385 | (inherit (package-source python-2.7)) | ||
| 386 | (patches (append (search-patches "python-2.7-CVE-2021-3177.patch") | ||
| 387 | (origin-patches (package-source python-2.7)))))))) | ||
| 388 | |||
| 381 | ;; Current 2.x version. | 389 | ;; Current 2.x version. |
| 382 | (define-public python-2 python-2.7) | 390 | (define-public python-2 python-2.7) |
| 383 | 391 | ||
