gnu: python-flask-migrate: Update to 2.5.3.
* gnu/packages/python-web.scm (python-flask-migrate): Update to 2.5.3.
This commit is contained in:
parent
e5b4b8028a
commit
b85822eaf9
1 changed files with 2 additions and 2 deletions
|
@ -2606,14 +2606,14 @@ itself.")
|
||||||
(define-public python-flask-migrate
|
(define-public python-flask-migrate
|
||||||
(package
|
(package
|
||||||
(name "python-flask-migrate")
|
(name "python-flask-migrate")
|
||||||
(version "2.0.3")
|
(version "2.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Flask-Migrate" version))
|
(uri (pypi-uri "Flask-Migrate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"107x78lkqsnbg92dld3dkagg07jvchp3ib3y0sivc4ipz6n1y7rk"))))
|
"1vip9ww6l18dxffjsggm83k71zkvihxpnhaswpv8klh95s6517d6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-flask" ,python-flask)
|
`(("python-flask" ,python-flask)
|
||||||
|
|
Reference in a new issue