gnu: python-pyrfc3339: Update to 1.1.

* gnu/packages/time.scm (python-pyrfc3339): Update to 1.1.
This commit is contained in:
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

View file

@ -287,14 +287,14 @@ (define-public python2-monotonic
(define-public python-pyrfc3339
(package
(name "python-pyrfc3339")
(version "1.0")
(version "1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyRFC3339" version))
(sha256
(base32
"0dgm4l9y8jiax5cp6yxjd2i27cq8h33sh81n1wfbmnmqb32cdywd"))))
"06jv7ar7lpvvk0dixzwdr3wgm0g1lipxs429s2z7knwwa7hwpf41"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pytz" ,python-pytz)))