summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm22
1 files changed, 5 insertions, 17 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 881fc6364cf..9e97a75cbd5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -677,20 +677,18 @@ def contents() -> str:
677 (package 677 (package
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.14")
681 (replacement python-3.11/fixed)
682 (source (origin 681 (source (origin
683 (method url-fetch) 682 (method url-fetch)
684 (uri (string-append "https://www.python.org/ftp/python/" 683 (uri (string-append "https://www.python.org/ftp/python/" version
685 version "/Python-" version ".tar.xz")) 684 "/Python-" version ".tar.xz"))
686 (patches (search-patches 685 (patches (search-patches
687 "python-3-deterministic-build-info.patch" 686 "python-3-deterministic-build-info.patch"
688 "python-3.11-fix-tests.patch" 687 "python-3.11-fix-tests.patch"
689 "python-3-hurd-configure.patch" 688 "python-3-hurd-configure.patch"
690 "python-3-search-paths.patch")) 689 "python-3-search-paths.patch"))
691 (sha256 690 (sha256 (base32
692 (base32 691 "0y4v42qm66nvizjxbnixh59283a54nki51jmbrgwkhc8bkndhgld"))
693 "1qrvsxg5g0b0pgz2iigxic2j3g6b2c59iva46vins8ydl33j169a"))
694 (modules '((guix build utils))) 692 (modules '((guix build utils)))
695 (snippet 693 (snippet
696 '(begin 694 '(begin
@@ -1081,16 +1079,6 @@ def contents() -> str:
1081 (variable "PYTHONTZPATH") 1079 (variable "PYTHONTZPATH")
1082 (files (list "share/zoneinfo"))))))) 1080 (files (list "share/zoneinfo")))))))
1083 1081
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
1094(define-public python-3.12 1082(define-public python-3.12
1095 (package 1083 (package
1096 (name "python-next") 1084 (name "python-next")