guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]