guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: python: Update to 3.7.2.


From: guix-commits
Subject: 11/14: gnu: python: Update to 3.7.2.
Date: Thu, 7 Feb 2019 18:02:43 -0500 (EST)

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

commit 28ae145ba6e9556513b774bdc1636e500995cda7
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 7 21:16:58 2019 +0100

    gnu: python: Update to 3.7.2.
    
    * gnu/packages/python.scm (python-3.7): Update to 3.7.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 87b80f9..5c74e8f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -279,7 +279,7 @@ data types.")
 (define-public python-3.7
   (package (inherit python-2)
     (name "python")
-    (version "3.7.1")
+    (version "3.7.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.python.org/ftp/python/";
@@ -292,7 +292,7 @@ data types.")
               (patch-flags '("-p0"))
               (sha256
                (base32
-                "0v9x4h22rh5cwpsq1mwpdi3c9lc9820lzp2nmn9g20llij72nzps"))
+                "1fzi9d2gibh0wzwidyckzbywsxcsbckgsl05ryxlifxia77fhgyq"))
               (snippet
                '(begin
                   (for-each delete-file



reply via email to

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