diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-12 20:15:37 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-13 12:00:50 +0100 |
| commit | a539839b983acec97b0b117b9fa9f6eaa835154c (patch) | |
| tree | 8ff0d437ce8c85de559aa7287c2b79714524e195 /gnu/packages/python.scm | |
| parent | 6cd31cbb1f0c70a992a433388d2f3caec456f804 (diff) | |
gnu: python-3.12: Update to 3.12.12.
* gnu/packages/python.scm (python-3.12): Update to 3.12.12.
Change-Id: I543fe286661ea03c2f690c080d6e5a8dc26a9509
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
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 0415f6aa2f0..72c1b34734b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | ;;; Copyright © 2015, 2016 Chris Marusich <cmmarusich@gmail.com> | 19 | ;;; Copyright © 2015, 2016 Chris Marusich <cmmarusich@gmail.com> |
| 20 | ;;; Copyright © 2016 Danny Milosavljevic <dannym+a@scratchpost.org> | 20 | ;;; Copyright © 2016 Danny Milosavljevic <dannym+a@scratchpost.org> |
| 21 | ;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org> | 21 | ;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org> |
| 22 | ;;; Copyright © 2016, 2018 Hartmut Goebel <h.goebel@crazy-compilers.com> | 22 | ;;; Copyright © 2016, 2018, 2025 Hartmut Goebel <h.goebel@crazy-compilers.com> |
| 23 | ;;; Copyright © 2016 Daniel Pimentel <d4n1@d4n1.org> | 23 | ;;; Copyright © 2016 Daniel Pimentel <d4n1@d4n1.org> |
| 24 | ;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com> | 24 | ;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com> |
| 25 | ;;; Copyright © 2016, 2017 Troy Sankey <sankeytms@gmail.com> | 25 | ;;; Copyright © 2016, 2017 Troy Sankey <sankeytms@gmail.com> |
| @@ -1083,14 +1083,14 @@ def contents() -> str: | |||
| 1083 | (define-public python-3.12 | 1083 | (define-public python-3.12 |
| 1084 | (package | 1084 | (package |
| 1085 | (name "python-next") | 1085 | (name "python-next") |
| 1086 | (version "3.12.11") | 1086 | (version "3.12.12") |
| 1087 | (source | 1087 | (source |
| 1088 | (origin | 1088 | (origin |
| 1089 | (method url-fetch) | 1089 | (method url-fetch) |
| 1090 | (uri (string-append "https://www.python.org/ftp/python/" version | 1090 | (uri (string-append "https://www.python.org/ftp/python/" version |
| 1091 | "/Python-" version ".tar.xz")) | 1091 | "/Python-" version ".tar.xz")) |
| 1092 | (sha256 | 1092 | (sha256 |
| 1093 | (base32 "1nvskza80hzzh0x3w6i79jxkkrvl9x1ld9am3fqik6hygx5v42y3")) | 1093 | (base32 "1i2nqvnm2b7aakj2rf8qdfsk0nh55ly55gcbl6dw8a5h2hsa31gv")) |
| 1094 | (patches (search-patches "python-3-deterministic-build-info.patch" | 1094 | (patches (search-patches "python-3-deterministic-build-info.patch" |
| 1095 | "python-3.12-fix-tests.patch" | 1095 | "python-3.12-fix-tests.patch" |
| 1096 | "python-3-hurd-configure.patch")) | 1096 | "python-3-hurd-configure.patch")) |
