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:
(package
(inherit python-3.10)
(name "python")
- (version "3.11.11")
- (replacement python-3.11/fixed)
+ (version "3.11.14")
(source (origin
(method url-fetch)
(uri (string-append "https://www.python.org/ftp/python/"
@@ -690,7 +689,7 @@ def contents() -> str:
"python-3-search-paths.patch"))
(sha256
(base32
- "1qrvsxg5g0b0pgz2iigxic2j3g6b2c59iva46vins8ydl33j169a"))
+ "0y4v42qm66nvizjxbnixh59283a54nki51jmbrgwkhc8bkndhgld"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -1082,16 +1081,6 @@ def contents() -> str:
(variable "PYTHONTZPATH")
(files (list "share/zoneinfo")))))))
-(define-public python-3.11/fixed
- (package/inherit python-3.11
- (version "3.11.14")
- (source (origin
- (inherit (package-source python-3.11))
- (uri (string-append "https://www.python.org/ftp/python/" version
- "/Python-" version ".tar.xz"))
- (sha256 (base32
- "0y4v42qm66nvizjxbnixh59283a54nki51jmbrgwkhc8bkndhgld"))))))
-
(define-public python-3.12
(package
(name "python-next")