mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python2: Update to 2.7.15.
* gnu/packages/python.scm (python-2.7): Update to 2.7.15.
This commit is contained in:
parent
3f649c79c1
commit
a551ba9ba7
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ (define-module (gnu packages python)
|
|||
(define-public python-2.7
|
||||
(package
|
||||
(name "python2")
|
||||
(version "2.7.14")
|
||||
(version "2.7.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -150,7 +150,7 @@ (define-public python-2.7
|
|||
version "/Python-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rka541ys16jwzcnnvjp2v12m4cwgd2jp6wj4kj511p715pb5zvi"))
|
||||
"0x2mvz9dp11wj7p5ccvmk9s0hzjk2fa1m462p395l4r6bfnb3n92"))
|
||||
(patches (search-patches "python-2.7-search-paths.patch"
|
||||
"python-2-deterministic-build-info.patch"
|
||||
"python-2.7-site-prefixes.patch"
|
||||
|
|
Loading…
Reference in a new issue