diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-04 10:40:51 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-04 09:58:31 +0100 |
| commit | 54fb3dc3d98650ab43b46dd24b643422e6c45134 (patch) | |
| tree | 581769c17b5323e92a5068b0854d03fdd2fc93d1 /gnu | |
| parent | dd0d515bddf60e9fb6af7b0ad4e7f4ed3df39b84 (diff) | |
gnu: python-3.12: Update to 3.12.11.
* gnu/packages/python.scm (python-3.12): Update to 3.12.11.
Change-Id: I592df1326fa4995e485a06729c02e9a7e612ce4c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1538cf1dd83..b55488b1f5a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -1078,14 +1078,14 @@ def contents() -> str: | |||
| 1078 | (define-public python-3.12 | 1078 | (define-public python-3.12 |
| 1079 | (package | 1079 | (package |
| 1080 | (name "python-next") | 1080 | (name "python-next") |
| 1081 | (version "3.12.2") | 1081 | (version "3.12.11") |
| 1082 | (source | 1082 | (source |
| 1083 | (origin | 1083 | (origin |
| 1084 | (method url-fetch) | 1084 | (method url-fetch) |
| 1085 | (uri (string-append "https://www.python.org/ftp/python/" version | 1085 | (uri (string-append "https://www.python.org/ftp/python/" version |
| 1086 | "/Python-" version ".tar.xz")) | 1086 | "/Python-" version ".tar.xz")) |
| 1087 | (sha256 | 1087 | (sha256 |
| 1088 | (base32 "0w6qyfhc912xxav9x9pifwca40b4l49vy52wai9j0gc1mhni2a5y")) | 1088 | (base32 "1nvskza80hzzh0x3w6i79jxkkrvl9x1ld9am3fqik6hygx5v42y3")) |
| 1089 | (patches (search-patches "python-3-deterministic-build-info.patch" | 1089 | (patches (search-patches "python-3-deterministic-build-info.patch" |
| 1090 | "python-3.12-fix-tests.patch" | 1090 | "python-3.12-fix-tests.patch" |
| 1091 | "python-3-hurd-configure.patch")) | 1091 | "python-3-hurd-configure.patch")) |
