Skip to content
Snippets Groups Projects
Commit 55781376 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: python: Update to 3.3.3.

* gnu/packages/python.scm (python): Update to 3.3.3.
parent ee2b5109
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ (define-public python-2 ...@@ -160,7 +160,7 @@ (define-public python-2
(define-public python (define-public python
(package (inherit python-2) (package (inherit python-2)
(version "3.3.2") (version "3.3.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -168,7 +168,7 @@ (define-public python ...@@ -168,7 +168,7 @@ (define-public python
version "/Python-" version ".tar.xz")) version "/Python-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0hsbwqjnhr85a2w252c8d3yj8d9i5sy8s6a6cfk6zqqhp3234nvl")))) "11f6hg9wdhm6hyzj49gxlvvp1s0l5hqgcsq1i4ayygqs1arpb4ik"))))
(native-search-paths (native-search-paths
(list (search-path-specification (list (search-path-specification
(variable "PYTHONPATH") (variable "PYTHONPATH")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment