[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/33: gnu: Python: Update to 3.9.5.
From: |
guix-commits |
Subject: |
12/33: gnu: Python: Update to 3.9.5. |
Date: |
Sun, 9 May 2021 17:50:11 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit f4ec575a1d39db0eeccb05a772488e00c395dfa3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 8 18:27:13 2021 +0200
gnu: Python: Update to 3.9.5.
* gnu/packages/python.scm (python-3.9): Update to 3.9.5.
---
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 1c5cda5..b2ec486 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
- branch core-updates updated (a605ef3 -> 23666a9), guix-commits, 2021/05/09
- 01/33: gnu: cross-kernel-headers: Fix build., guix-commits, 2021/05/09
- 04/33: gnu: cURL: Update to 7.76.1., guix-commits, 2021/05/09
- 02/33: Merge branch 'master' into core-updates, guix-commits, 2021/05/09
- 03/33: gnu: Remove obsolete patches., guix-commits, 2021/05/09
- 07/33: gnu: MariaDB: Incorporate grafted changes., guix-commits, 2021/05/09
- 10/33: gnu: python-urllib3: Remove replacement package., guix-commits, 2021/05/09
- 11/33: gnu: glib: Disable SELinux support., guix-commits, 2021/05/09
- 14/33: gnu: elfutils: Omit static libraries., guix-commits, 2021/05/09
- 12/33: gnu: Python: Update to 3.9.5.,
guix-commits <=
- 13/33: gnu: elfutils: Update to 0.183., guix-commits, 2021/05/09
- 05/33: gnu: c-ares: Remove replacement package., guix-commits, 2021/05/09
- 06/33: gnu: unzip: Incorporate grafted changes., guix-commits, 2021/05/09
- 08/33: gnu: OpenLDAP: Remove replacement package., guix-commits, 2021/05/09
- 09/33: gnu: PostgreSQL: Remove replacement package., guix-commits, 2021/05/09
- 17/33: gnu: perl: Update to 5.32.1., guix-commits, 2021/05/09
- 24/33: gnu: expat: Update to 2.3.0., guix-commits, 2021/05/09
- 18/33: gnu: linux-libre-headers: Update to 5.10.35., guix-commits, 2021/05/09
- 21/33: gnu: mit-krb5: Update to 1.19.1., guix-commits, 2021/05/09
- 28/33: gnu: libcap: Update to 2.49., guix-commits, 2021/05/09