gnu: python-pyrfc3339: Update to 1.0.

* gnu/packages/python.scm (python-pyrfc3339): Update to 1.0.
This commit is contained in:
Efraim Flashner 2015-12-30 14:34:44 +02:00
parent f7cb984133
commit d9aa097b96

View file

@ -6441,15 +6441,14 @@ (define-public python2-pythondialog
(define-public python-pyrfc3339 (define-public python-pyrfc3339
(package (package
(name "python-pyrfc3339") (name "python-pyrfc3339")
(version "0.2") (version "1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/p/" (uri (pypi-uri "pyRFC3339" version))
"pyRFC3339/pyRFC3339-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1pp648xsjaw9h1xq2mgwzda5wis2ypjmzxlksc1a8grnrdmzy155")))) "0dgm4l9y8jiax5cp6yxjd2i27cq8h33sh81n1wfbmnmqb32cdywd"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pytz" ,python-pytz))) `(("python-pytz" ,python-pytz)))