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:
Cyril Roelandt 2017-10-07 03:23:40 +02:00
parent 05c4e379b7
commit a9769a290f
No known key found for this signature in database
GPG Key ID: 1C7995D2D5A38336
1 changed files with 2 additions and 2 deletions

View File

@ -15951,14 +15951,14 @@ complex datatypes to and from native Python datatypes.")
(define-public python-apispec
(package
(name "python-apispec")
(version "0.22.0")
(version "0.25.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "apispec" version))
(sha256
(base32
"0y3jxmgp2d24am3hxl40f5rw9abb0r8037sagax3dv64h4n1azwq"))))
"0kxa8723zbisx10363yh4mmmn4higxrspymbjfz5zq8f644zagm9"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pyyaml" ,python-pyyaml)))