gnu: python-apispec: Update to 0.25.3.
* gnu/packages/python.scm (python-apispec, python2-apispec): Update to 0.25.3.
This commit is contained in:
parent
05c4e379b7
commit
a9769a290f
|
@ -15951,14 +15951,14 @@ complex datatypes to and from native Python datatypes.")
|
||||||
(define-public python-apispec
|
(define-public python-apispec
|
||||||
(package
|
(package
|
||||||
(name "python-apispec")
|
(name "python-apispec")
|
||||||
(version "0.22.0")
|
(version "0.25.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "apispec" version))
|
(uri (pypi-uri "apispec" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y3jxmgp2d24am3hxl40f5rw9abb0r8037sagax3dv64h4n1azwq"))))
|
"0kxa8723zbisx10363yh4mmmn4higxrspymbjfz5zq8f644zagm9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pyyaml" ,python-pyyaml)))
|
`(("python-pyyaml" ,python-pyyaml)))
|
||||||
|
|
Loading…
Reference in New Issue