gnu: python-pyrfc3339: Update to 1.1.

* gnu/packages/time.scm (python-pyrfc3339): Update to 1.1.
master
Tobias Geerinckx-Rice 2018-06-15 01:48:48 +02:00
parent 5bc4188ffd
commit 0ce92d74a2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -287,14 +287,14 @@ value (in fractional seconds) of a clock which never goes backwards.")
(define-public python-pyrfc3339 (define-public python-pyrfc3339
(package (package
(name "python-pyrfc3339") (name "python-pyrfc3339")
(version "1.0") (version "1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyRFC3339" version)) (uri (pypi-uri "pyRFC3339" version))
(sha256 (sha256
(base32 (base32
"0dgm4l9y8jiax5cp6yxjd2i27cq8h33sh81n1wfbmnmqb32cdywd")))) "06jv7ar7lpvvk0dixzwdr3wgm0g1lipxs429s2z7knwwa7hwpf41"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pytz" ,python-pytz))) `(("python-pytz" ,python-pytz)))