gnu: python-dateutil: Update to 2.8.1.
* gnu/packages/time.scm (python-dateutil): Update to 2.8.1.
This commit is contained in:
parent
40d97db708
commit
4255efda3d
1 changed files with 2 additions and 2 deletions
|
@ -166,14 +166,14 @@ (define-public python2-pendulum
|
||||||
(define-public python-dateutil
|
(define-public python-dateutil
|
||||||
(package
|
(package
|
||||||
(name "python-dateutil")
|
(name "python-dateutil")
|
||||||
(version "2.8.0")
|
(version "2.8.1")
|
||||||
(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
|
||||||
"17nsfhy4xdz1khrfxa61vd7pmvd5z0wa3zb6v4gb4kfnykv0b668"))))
|
"0g42w7k5007iv9dam6gnja2ry8ydwirh99mgdll35s12pyfzxsvk"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue