gnu: python: Upgrade to 3.3.5.

* gnu/packages/python.scm (python): Upgrade to 3.3.5.
This commit is contained in:
Ludovic Courtès 2014-04-07 22:50:48 +02:00
parent c9fccced4e
commit 717003e3ee
1 changed files with 10 additions and 11 deletions

View File

@ -185,9 +185,8 @@ data types.")
(define-public python (define-public python
(package (inherit python-2) (package (inherit python-2)
(version "3.3.3") (version "3.3.5")
(source (source (origin
(origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.python.org/ftp/python/" (uri (string-append "https://www.python.org/ftp/python/"
version "/Python-" version ".tar.xz")) version "/Python-" version ".tar.xz"))
@ -195,7 +194,7 @@ data types.")
(patch-flags '("-p0")) (patch-flags '("-p0"))
(sha256 (sha256
(base32 (base32
"11f6hg9wdhm6hyzj49gxlvvp1s0l5hqgcsq1i4ayygqs1arpb4ik")))) "1rdncc7g8g6f3lfdg33rli1yffbiq8z283xy4f5ksl1l8i49psdb"))))
(arguments (arguments
(let ((args `(#:modules ((guix build gnu-build-system) (let ((args `(#:modules ((guix build gnu-build-system)
(guix build utils) (guix build utils)