guix-commits
[Top][All Lists]
Advanced

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

06/19: gnu: Python: Update to 3.8.2.


From: guix-commits
Subject: 06/19: gnu: Python: Update to 3.8.2.
Date: Thu, 5 Mar 2020 18:10:17 -0500 (EST)

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

commit 53453242b7479b0d26939ac5c383b58a7d51f85d
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 5 18:10:09 2020 +0100

    gnu: Python: Update to 3.8.2.
    
    * gnu/packages/python.scm (python-3.8): Update to 3.8.2.
---
 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 96caaae..8e28265 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -347,7 +347,7 @@ data types.")
 (define-public python-3.8
   (package (inherit python-2)
     (name "python")
-    (version "3.8.1")
+    (version "3.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.python.org/ftp/python/";
@@ -359,7 +359,7 @@ data types.")
                         "python-3-search-paths.patch"))
               (sha256
                (base32
-                "1s4lwn5vzsajlc88m6hkghsvnjw4d00l2dsgng0m2w6vyqbl32bm"))
+                "1ps5v323cp5czfshqjmbsqw7nvrdpcbk06f62jbzaqik4gfffii6"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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