gnu: python-traitlets: Update to 4.2.0.

* gnu/packages/python.scm (python-traitlets): Update to 4.2.0.
This commit is contained in:
Ricardo Wurmus 2016-11-01 13:20:31 +01:00 committed by Ricardo Wurmus
parent 6e1d7aa94e
commit a5ba14811a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4467,14 +4467,14 @@ standard library.")
(define-public python-traitlets (define-public python-traitlets
(package (package
(name "python-traitlets") (name "python-traitlets")
(version "4.1.0") (version "4.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "traitlets" version)) (uri (pypi-uri "traitlets" version))
(sha256 (sha256
(base32 (base32
"0nxgj8jxlm1kqf8cx2x7vjid05zdgbxpqhjbdl46r8njlpgkh3j4")))) "1afy08sa5n9gnkvh3da49c16zkyv598vchv0p1hp7zzjy8895hz4"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases