Revert "gnu: python-dateutil: Update to 2.6.1."

See <https://lists.gnu.org/archive/html/guix-devel/2018-01/msg00538.html>.

This reverts commit b94502bed6.
This commit is contained in:
Marius Bakke 2018-02-01 11:22:09 +01:00
parent 09d95d8507
commit f021f32ae3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@
;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com> ;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2017 ng0 <ng0@infotropique.org> ;;; Copyright © 2017 ng0 <ng0@infotropique.org>
;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -143,14 +142,14 @@ Pendulum instances.")
(define-public python-dateutil (define-public python-dateutil
(package (package
(name "python-dateutil") (name "python-dateutil")
(version "2.6.1") (version "2.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "python-dateutil" version)) (uri (pypi-uri "python-dateutil" version))
(sha256 (sha256
(base32 (base32
"1jkahssf0ir5ssxc3ydbp8cpv77limn8d4s77szb2nrgl2r3h749")))) "1lhq0hxjc3cfha101q02ld5ijlpfyjn2w1yh7wvpiy367pgzi8k2"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-six" ,python-six))) `(("python-six" ,python-six)))