3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python: Update to 3.3.3.

* gnu/packages/python.scm (python): Update to 3.3.3.
This commit is contained in:
Andreas Enge 2013-12-28 15:41:01 +01:00
parent ee2b510929
commit 557813760d

View file

@ -160,7 +160,7 @@ data types.")
(define-public python
(package (inherit python-2)
(version "3.3.2")
(version "3.3.3")
(source
(origin
(method url-fetch)
@ -168,7 +168,7 @@ data types.")
version "/Python-" version ".tar.xz"))
(sha256
(base32
"0hsbwqjnhr85a2w252c8d3yj8d9i5sy8s6a6cfk6zqqhp3234nvl"))))
"11f6hg9wdhm6hyzj49gxlvvp1s0l5hqgcsq1i4ayygqs1arpb4ik"))))
(native-search-paths
(list (search-path-specification
(variable "PYTHONPATH")