summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-08 18:27:13 +0200
committerMarius Bakke <marius@gnu.org>2021-05-09 23:43:30 +0200
commitf4ec575a1d39db0eeccb05a772488e00c395dfa3 (patch)
tree96b9908c5d8cd7ad69b6600332e7b2181c2a66d5 /gnu/packages/python.scm
parentcbc40ffa891257f7e7c89dcd82ecc136f764fca0 (diff)
gnu: Python: Update to 3.9.5.
* gnu/packages/python.scm (python-3.9): Update to 3.9.5.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1c5cda5cfb8..b2ec486d7a5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -394,7 +394,7 @@ data types.")
394 (package 394 (package
395 (inherit python-2) 395 (inherit python-2)
396 (name "python") 396 (name "python")
397 (version "3.9.1") 397 (version "3.9.5")
398 (source (origin 398 (source (origin
399 (method url-fetch) 399 (method url-fetch)
400 (uri (string-append "https://www.python.org/ftp/python/" 400 (uri (string-append "https://www.python.org/ftp/python/"
@@ -407,7 +407,7 @@ data types.")
407 "python-3-search-paths.patch")) 407 "python-3-search-paths.patch"))
408 (sha256 408 (sha256
409 (base32 409 (base32
410 "1zq3k4ymify5ig739zyvx9s2ainvchxb1zpy139z74krr653y74r")) 410 "10vdf46q5ldnzkprm8pldvr5a9hrdpxjv7mpzgdw6vj3cl318nhc"))
411 (modules '((guix build utils))) 411 (modules '((guix build utils)))
412 (snippet 412 (snippet
413 '(begin 413 '(begin