From a539839b983acec97b0b117b9fa9f6eaa835154c Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Sun, 12 Oct 2025 20:15:37 +0200 Subject: [PATCH] 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 --- gnu/packages/python.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0415f6aa2f0a3b5dd919063303d7946baf3ce382..72c1b34734b7a2aea989be00664a20c4813ced6e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -19,7 +19,7 @@ ;;; Copyright © 2015, 2016 Chris Marusich ;;; Copyright © 2016 Danny Milosavljevic ;;; Copyright © 2016 Lukas Gradl -;;; Copyright © 2016, 2018 Hartmut Goebel +;;; Copyright © 2016, 2018, 2025 Hartmut Goebel ;;; Copyright © 2016 Daniel Pimentel ;;; Copyright © 2016 Sou Bunnbu ;;; Copyright © 2016, 2017 Troy Sankey @@ -1083,14 +1083,14 @@ def contents() -> str: (define-public python-3.12 (package (name "python-next") - (version "3.12.11") + (version "3.12.12") (source (origin (method url-fetch) (uri (string-append "https://www.python.org/ftp/python/" version "/Python-" version ".tar.xz")) (sha256 - (base32 "1nvskza80hzzh0x3w6i79jxkkrvl9x1ld9am3fqik6hygx5v42y3")) + (base32 "1i2nqvnm2b7aakj2rf8qdfsk0nh55ly55gcbl6dw8a5h2hsa31gv")) (patches (search-patches "python-3-deterministic-build-info.patch" "python-3.12-fix-tests.patch" "python-3-hurd-configure.patch"))