diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-12 20:09:14 +0200 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-15 22:03:05 +0200 |
| commit | a2590694ae0350f9d7400f6f6f41fdbac2fa5340 (patch) | |
| tree | 705459be0d370739c8bc8f43239dccb48bba96ad /gnu/packages/python.scm | |
| parent | 77f9e9c45c9cd522b226baedaa979295bd997f9a (diff) | |
gnu: python: Graft secure package.
* gnu/packages/python.scm (python/fixed): Add new variable.
(python): Graft python/fixed.
Change-Id: I8b1537a64be1984c52170ba3f2fbdca5737290e8
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5483283ea65..881fc6364cf 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -678,6 +678,7 @@ def contents() -> str: | |||
| 678 | (inherit python-3.10) | 678 | (inherit python-3.10) |
| 679 | (name "python") | 679 | (name "python") |
| 680 | (version "3.11.11") | 680 | (version "3.11.11") |
| 681 | (replacement python-3.11/fixed) | ||
| 681 | (source (origin | 682 | (source (origin |
| 682 | (method url-fetch) | 683 | (method url-fetch) |
| 683 | (uri (string-append "https://www.python.org/ftp/python/" | 684 | (uri (string-append "https://www.python.org/ftp/python/" |
| @@ -1080,6 +1081,16 @@ def contents() -> str: | |||
| 1080 | (variable "PYTHONTZPATH") | 1081 | (variable "PYTHONTZPATH") |
| 1081 | (files (list "share/zoneinfo"))))))) | 1082 | (files (list "share/zoneinfo"))))))) |
| 1082 | 1083 | ||
| 1084 | (define-public python-3.11/fixed | ||
| 1085 | (package/inherit python-3.11 | ||
| 1086 | (version "3.11.14") | ||
| 1087 | (source (origin | ||
| 1088 | (inherit (package-source python-3.11)) | ||
| 1089 | (uri (string-append "https://www.python.org/ftp/python/" version | ||
| 1090 | "/Python-" version ".tar.xz")) | ||
| 1091 | (sha256 (base32 | ||
| 1092 | "0y4v42qm66nvizjxbnixh59283a54nki51jmbrgwkhc8bkndhgld")))))) | ||
| 1093 | |||
| 1083 | (define-public python-3.12 | 1094 | (define-public python-3.12 |
| 1084 | (package | 1095 | (package |
| 1085 | (name "python-next") | 1096 | (name "python-next") |
