gnu: python-flask-restful: Update to 0.3.7.
* gnu/packages/python-web.scm (python-flask-restful): Update to 0.3.7.
This commit is contained in:
parent
2066975041
commit
4f8be6d905
|
@ -2034,14 +2034,14 @@ pretty printer and a tree visitor.")
|
||||||
(define-public python-flask-restful
|
(define-public python-flask-restful
|
||||||
(package
|
(package
|
||||||
(name "python-flask-restful")
|
(name "python-flask-restful")
|
||||||
(version "0.3.5")
|
(version "0.3.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Flask-RESTful" version))
|
(uri (pypi-uri "Flask-RESTful" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hjcmdb56b7z4bkw848lxfkyrpnkwzmqn2dgnlv12mwvjpzsxr6c"))))
|
"1a9cbwkr6krryyzq4sd3f415nkkc6dyfls5i3pgyibs94g0hw97q"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-aniso8601" ,python-aniso8601)
|
`(("python-aniso8601" ,python-aniso8601)
|
||||||
|
|
Loading…
Reference in New Issue