guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/49: gnu: Python: Update to 3.9.6.


From: guix-commits
Subject: 11/49: gnu: Python: Update to 3.9.6.
Date: Fri, 23 Jul 2021 11:33:03 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 6520aeae30d4bbe8642cbbe1d33558df65c3a6bb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 15 13:31:32 2021 +0200

    gnu: Python: Update to 3.9.6.
    
    * gnu/packages/python.scm (python-3.9): Update to 3.9.6.
---
 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 ef47e79..b5cc258 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



reply via email to

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