diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-15 21:43:04 +0200 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-15 21:44:06 +0200 |
| commit | 77f9e9c45c9cd522b226baedaa979295bd997f9a (patch) | |
| tree | e503210c00530e9a2ad3a56dc8918b6f6059c47f /gnu/packages/python.scm | |
| parent | 26ec96c9b5807a89d2581924dc501ce7deef8e1d (diff) | |
gnu: python-3.10: Update to 3.10.19.
* gnu/packages/python.scm (python-3.10): Update to 3.10.19.
Change-Id: Ib38ee006d8deaed8029000b5202547b001cb8f6c
Diffstat (limited to 'gnu/packages/python.scm')
| -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 72c1b34734b..5483283ea65 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -463,7 +463,7 @@ data types.") (package (inherit python-2) (name "python") - (version "3.10.7") + (version "3.10.19") (source (origin (method url-fetch) (uri (string-append "https://www.python.org/ftp/python/" @@ -477,7 +477,7 @@ data types.") "python-3-search-paths.patch")) (sha256 (base32 - "0j6wvh2ad5jjq5n7sjmj1k66mh6lipabavchc3rb4vsinwaq9vbf")) + "0xn0jydg5fsz9fsni6a83l7sf6by2w7gg4fzswfxh092aybabx68")) (modules '((guix build utils))) (snippet '(begin |
