diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-14 18:15:20 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-14 18:31:36 +0100 |
commit | 2c854762cece1f1d49ab98e600dd4610b1aa05d7 (patch) | |
tree | 42a28b2af0c1007138932a31a80cf300379a6bc0 | |
parent | f0136e4d18fe604e4e2f53c3b30f94ab00c3bf84 (diff) |
gnu: python2: Update to 2.7.17.
* gnu/packages/python.scm (python-2.7): Update to 2.7.17.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ef1c8e4a09..7aa170ffc0 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" |