diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-08 18:27:13 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-09 23:43:30 +0200 |
commit | f4ec575a1d39db0eeccb05a772488e00c395dfa3 (patch) | |
tree | 96b9908c5d8cd7ad69b6600332e7b2181c2a66d5 | |
parent | cbc40ffa891257f7e7c89dcd82ecc136f764fca0 (diff) |
gnu: Python: Update to 3.9.5.
* gnu/packages/python.scm (python-3.9): Update to 3.9.5.
-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 1c5cda5cfb..b2ec486d7a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -394,7 +394,7 @@ data types.") (package (inherit python-2) (name "python") - (version "3.9.1") + (version "3.9.5") (source (origin (method url-fetch) (uri (string-append "https://www.python.org/ftp/python/" @@ -407,7 +407,7 @@ data types.") "python-3-search-paths.patch")) (sha256 (base32 - "1zq3k4ymify5ig739zyvx9s2ainvchxb1zpy139z74krr653y74r")) + "10vdf46q5ldnzkprm8pldvr5a9hrdpxjv7mpzgdw6vj3cl318nhc")) (modules '((guix build utils))) (snippet '(begin |