diff options
author | Marius Bakke <marius@gnu.org> | 2021-07-15 13:31:32 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-07-23 17:26:44 +0200 |
commit | 6520aeae30d4bbe8642cbbe1d33558df65c3a6bb (patch) | |
tree | 23414d33eaa1f8272359b7c107037bec516eac67 /gnu/packages | |
parent | 5086a28b3b9c146b91d4ca6009567bdc4d079aae (diff) |
gnu: Python: Update to 3.9.6.
* gnu/packages/python.scm (python-3.9): Update to 3.9.6.
Diffstat (limited to 'gnu/packages')
-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 ef47e79632..b5cc258663 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -435,7 +435,7 @@ data types.") (package (inherit python-2) (name "python") - (version "3.9.5") + (version "3.9.6") (source (origin (method url-fetch) (uri (string-append "https://www.python.org/ftp/python/" @@ -449,7 +449,7 @@ data types.") "python-3-no-static-lib.patch")) (sha256 (base32 - "10vdf46q5ldnzkprm8pldvr5a9hrdpxjv7mpzgdw6vj3cl318nhc")) + "12hhw2685i68pwfx5hdkqngzhbji4ccyjmqb5rzvkigg6fpj0y9r")) (modules '((guix build utils))) (snippet '(begin |