mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-pyrfc3339: Update to 1.1.
* gnu/packages/time.scm (python-pyrfc3339): Update to 1.1.
This commit is contained in:
parent
5bc4188ffd
commit
0ce92d74a2
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue