mbakke pushed a commit to branch core-updates
in repository guix.
commit 138115b012cd5b223d8f12fc62e3bd13202be737
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Jun 26 01:00:34 2022 +0200
gnu: Python: Update to 3.9.13.
* gnu/packages/python.scm (python-3.9): Update to 3.9.13.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ad475d8acc..0922fd44a6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -423,7 +423,7 @@ data types.")
(package
(inherit python-2)
(name "python")
- (version "3.9.9")
+ (version "3.9.13")
(source (origin
(method url-fetch)
(uri (string-append "https://www.python.org/ftp/python/"
@@ -437,7 +437,7 @@ data types.")
"python-3-no-static-lib.patch"))
(sha256
(base32
- "09vd7g71i11iz5ydqghwc8kaxr0vgji94hhwwnj77h3kll28r0h6"))
+ "03q8lcb476a9n41nih9qvwf1fzfzjbvq6vj0cnmd458yixchqnqj"))
(modules '((guix build utils)))
(snippet
'(begin