guix-commits
[Top][All Lists]
Advanced

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

11/17: gnu: python: Update to 3.7.3.


From: guix-commits
Subject: 11/17: gnu: python: Update to 3.7.3.
Date: Wed, 1 May 2019 18:40:33 -0400 (EDT)

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

commit f6e25b3358b8db6c115df9915c989c6afa0c007f
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 7 22:11:16 2019 +0200

    gnu: python: Update to 3.7.3.
    
    * gnu/packages/python.scm (python-3.7): Update to 3.7.3.
---
 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 a26a88e..4fd7948 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -317,7 +317,7 @@ data types.")
 (define-public python-3.7
   (package (inherit python-2)
     (name "python")
-    (version "3.7.2")
+    (version "3.7.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.python.org/ftp/python/";
@@ -328,7 +328,7 @@ data types.")
                         "python-3-search-paths.patch"))
               (sha256
                (base32
-                "1fzi9d2gibh0wzwidyckzbywsxcsbckgsl05ryxlifxia77fhgyq"))
+                "066ka8csjwkycqpgyv424d8hhqhfd7r6svsp4sfcvkylci0baq6s"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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