diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-17 15:01:53 -0500 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:44:29 -0500 |
| commit | 80d8cf6cc62e7fd058480ef3ffa1b015e007036b (patch) | |
| tree | 764ca33f97c2be97e5e66a925d701c12f53a10ca /gnu/packages/python.scm | |
| parent | 7f8a896c5f3ecde60a19f244d5a407ec1033a08d (diff) | |
gnu: python-3.9: Update to 3.9.9.
* gnu/packages/python.scm (python-3.9): Update to 3.9.9.
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 23f188c6f9b..3bc3346c215 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -431,7 +431,7 @@ data types.") | |||
| 431 | (package | 431 | (package |
| 432 | (inherit python-2) | 432 | (inherit python-2) |
| 433 | (name "python") | 433 | (name "python") |
| 434 | (version "3.9.6") | 434 | (version "3.9.9") |
| 435 | (source (origin | 435 | (source (origin |
| 436 | (method url-fetch) | 436 | (method url-fetch) |
| 437 | (uri (string-append "https://www.python.org/ftp/python/" | 437 | (uri (string-append "https://www.python.org/ftp/python/" |
| @@ -445,7 +445,7 @@ data types.") | |||
| 445 | "python-3-no-static-lib.patch")) | 445 | "python-3-no-static-lib.patch")) |
| 446 | (sha256 | 446 | (sha256 |
| 447 | (base32 | 447 | (base32 |
| 448 | "12hhw2685i68pwfx5hdkqngzhbji4ccyjmqb5rzvkigg6fpj0y9r")) | 448 | "09vd7g71i11iz5ydqghwc8kaxr0vgji94hhwwnj77h3kll28r0h6")) |
| 449 | (modules '((guix build utils))) | 449 | (modules '((guix build utils))) |
| 450 | (snippet | 450 | (snippet |
| 451 | '(begin | 451 | '(begin |
