guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-2.7: Update to 2.7.18.


From: guix-commits
Subject: 02/03: gnu: python-2.7: Update to 2.7.18.
Date: Tue, 20 Oct 2020 22:42:27 -0400 (EDT)

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

commit 4e0b3d7f9f1c866d3520e8d7d3ea1f0d48820269
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Oct 20 21:31:42 2020 -0400

    gnu: python-2.7: Update to 2.7.18.
    
    * gnu/packages/python.scm (python-2.7): Update to 2.7.18.
---
 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 c56f0c7..2e057a7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -107,7 +107,7 @@
 (define-public python-2.7
   (package
     (name "python2")
-    (version "2.7.17")
+    (version "2.7.18")
     (source
      (origin
        (method url-fetch)
@@ -115,7 +115,7 @@
                            version "/Python-" version ".tar.xz"))
        (sha256
         (base32
-         "0hds28cg226m8j8sr394nm9yc4gxhvlv109w0avsf2mxrlrz0hsd"))
+         "0hzgxl94hnflis0d6m4szjx0b52gah7wpmcg5g00q7am6xwhwb5n"))
        (patches (search-patches "python-2.7-search-paths.patch"
                                 "python-2-deterministic-build-info.patch"
                                 "python-2.7-site-prefixes.patch"



reply via email to

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