gnu: python-flex: Update to 6.14.1.
* gnu/packages/python-xyz.scm (python-flex): Update to 6.14.1. [propagated-inputs]: Remove PYTHON-ISO8601. Add PYTHON-STRICT-RFC3339.
parent
d9620855de
commit
7bdf4aa3bb
gnu/packages
|
@ -22702,23 +22702,23 @@ manipulation, or @code{stdout}.")
|
||||||
(define-public python-flex
|
(define-public python-flex
|
||||||
(package
|
(package
|
||||||
(name "python-flex")
|
(name "python-flex")
|
||||||
(version "6.10.0")
|
(version "6.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "flex" version))
|
(uri (pypi-uri "flex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00pamnwla3khk8nyla7y28dq9jnh69swd7f4jfsl7sn1izs8n8zk"))))
|
"1sr91f5sqywj4040jm3cq4333fp8hbmmr7v6v05a3h0sgyixcbi9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-click
|
(list python-click
|
||||||
python-iso8601
|
|
||||||
python-jsonpointer
|
python-jsonpointer
|
||||||
python-pyyaml
|
python-pyyaml
|
||||||
python-requests
|
python-requests
|
||||||
python-rfc3987
|
python-rfc3987
|
||||||
python-six
|
python-six
|
||||||
|
python-strict-rfc3339
|
||||||
python-validate-email))
|
python-validate-email))
|
||||||
(home-page "https://github.com/pipermerriam/flex")
|
(home-page "https://github.com/pipermerriam/flex")
|
||||||
(synopsis "Validates Swagger schemata")
|
(synopsis "Validates Swagger schemata")
|
||||||
|
|
Reference in New Issue