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
|
||||
(package
|
||||
(name "python-dateutil")
|
||||
(version "2.8.0")
|
||||
(version "2.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "python-dateutil" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17nsfhy4xdz1khrfxa61vd7pmvd5z0wa3zb6v4gb4kfnykv0b668"))))
|
||||
"0g42w7k5007iv9dam6gnja2ry8ydwirh99mgdll35s12pyfzxsvk"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue