guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: python2: Update to 2.7.17.


From: guix-commits
Subject: 14/15: gnu: python2: Update to 2.7.17.
Date: Tue, 14 Jan 2020 12:37:13 -0500 (EST)

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

commit 2c854762cece1f1d49ab98e600dd4610b1aa05d7
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 18:15:20 2020 +0100

    gnu: python2: Update to 2.7.17.
    
    * gnu/packages/python.scm (python-2.7): Update to 2.7.17.
---
 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 ef1c8e4..7aa170f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -97,7 +97,7 @@
 (define-public python-2.7
   (package
     (name "python2")
-    (version "2.7.16")
+    (version "2.7.17")
     (source
      (origin
       (method url-fetch)
@@ -105,7 +105,7 @@
                           version "/Python-" version ".tar.xz"))
       (sha256
        (base32
-        "1mqfcqp5y8r0bfyr7ppl74n0lig45p9mc4b8adlcpvj74rhfy8pj"))
+        "0hds28cg226m8j8sr394nm9yc4gxhvlv109w0avsf2mxrlrz0hsd"))
       (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]