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:
Marius Bakke 2020-03-16 04:14:48 +01:00
parent e5b4b8028a
commit b85822eaf9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2606,14 +2606,14 @@ (define-public python2-flask-script
(define-public python-flask-migrate
(package
(name "python-flask-migrate")
(version "2.0.3")
(version "2.5.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Flask-Migrate" version))
(sha256
(base32
"107x78lkqsnbg92dld3dkagg07jvchp3ib3y0sivc4ipz6n1y7rk"))))
"1vip9ww6l18dxffjsggm83k71zkvihxpnhaswpv8klh95s6517d6"))))
(build-system python-build-system)
(propagated-inputs
`(("python-flask" ,python-flask)