gnu: python-dateutil: Update to 2.4.2.

* gnu/packages/python.scm (python-dateutil): Update to 2.4.2.
master
Efraim Flashner 2015-12-30 12:41:59 +02:00
parent 2c3d13fe1b
commit c2a9c1c0bc
1 changed files with 2 additions and 2 deletions

View File

@ -900,7 +900,7 @@ Python file, so it can be easily copied into your project.")
(define-public python-dateutil-2 (define-public python-dateutil-2
(package (package
(name "python-dateutil") (name "python-dateutil")
(version "2.2") (version "2.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -908,7 +908,7 @@ Python file, so it can be easily copied into your project.")
name "/" name "-" version ".tar.gz")) name "/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0s74ad6r789810s10dxgvaf48ni6adac2icrdad34zxygqq6bj7f")))) "0ggbm2z72p0nwjqgvpw8s5bqzwayqiqv2iws0x2a605m3mf4959y"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools) `(("python-setuptools" ,python-setuptools)