summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-07-15 13:31:32 +0200
committerMarius Bakke <marius@gnu.org>2021-07-23 17:26:44 +0200
commit6520aeae30d4bbe8642cbbe1d33558df65c3a6bb (patch)
tree23414d33eaa1f8272359b7c107037bec516eac67 /gnu/packages/python.scm
parent5086a28b3b9c146b91d4ca6009567bdc4d079aae (diff)
downloadguix-patches-6520aeae30d4bbe8642cbbe1d33558df65c3a6bb.tar
guix-patches-6520aeae30d4bbe8642cbbe1d33558df65c3a6bb.tar.gz
gnu: Python: Update to 3.9.6.
* gnu/packages/python.scm (python-3.9): Update to 3.9.6.
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 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