gnu: python2: Update to 2.7.17.

* gnu/packages/python.scm (python-2.7): Update to 2.7.17.
This commit is contained in:
Marius Bakke 2020-01-14 18:15:20 +01:00
parent f0136e4d18
commit 2c854762ce
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -97,7 +97,7 @@ (define-module (gnu packages python)
(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 @@ (define-public python-2.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"