summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-12-08 18:14:49 +0100
committerAndreas Enge <andreas@enge.fr>2025-12-17 11:20:18 +0100
commit73fcd73aebd831b4dae283936d702052e86d1049 (patch)
tree5376334a17252f8898cb9eb063f48dff183eb0bd
parentcd4a0e2b7b4188a08e3ede6704705a7ed4988f4d (diff)
gnu: python-3.11: Ungraft.
* gnu/packages/python.scm (python-3.11)[replacement]: Remove. [version, source]: Update to 3.11.14. (python-3.11/fixed): Remove variable. Change-Id: Idee826409d249fff2aba74e3d6e98ef79ef90a17 Signed-off-by: Andreas Enge <andreas@enge.fr> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
-rw-r--r--gnu/packages/python.scm15
1 files changed, 2 insertions, 13 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d0b7a6e3859..5542a62f635 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -677,8 +677,7 @@ 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/"
@@ -690,7 +689,7 @@ def contents() -> str:
690 "python-3-search-paths.patch")) 689 "python-3-search-paths.patch"))
691 (sha256 690 (sha256
692 (base32 691 (base32
693 "1qrvsxg5g0b0pgz2iigxic2j3g6b2c59iva46vins8ydl33j169a")) 692 "0y4v42qm66nvizjxbnixh59283a54nki51jmbrgwkhc8bkndhgld"))
694 (modules '((guix build utils))) 693 (modules '((guix build utils)))
695 (snippet 694 (snippet
696 '(begin 695 '(begin
@@ -1082,16 +1081,6 @@ def contents() -> str:
1082 (variable "PYTHONTZPATH") 1081 (variable "PYTHONTZPATH")
1083 (files (list "share/zoneinfo"))))))) 1082 (files (list "share/zoneinfo")))))))
1084 1083
1085(define-public python-3.11/fixed
1086 (package/inherit python-3.11
1087 (version "3.11.14")
1088 (source (origin
1089 (inherit (package-source python-3.11))
1090 (uri (string-append "https://www.python.org/ftp/python/" version
1091 "/Python-" version ".tar.xz"))
1092 (sha256 (base32
1093 "0y4v42qm66nvizjxbnixh59283a54nki51jmbrgwkhc8bkndhgld"))))))
1094
1095(define-public python-3.12 1084(define-public python-3.12
1096 (package 1085 (package
1097 (name "python-next") 1086 (name "python-next")