diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 04:14:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 15:45:34 +0100 |
commit | b85822eaf9b8c85d0a579e37df813d35c3e5d314 (patch) | |
tree | 2bb794c7ba20b562ffc2da04bcd9d9754d8f811a /gnu/packages/python-web.scm | |
parent | e5b4b8028ae59eab96b12df5e1e615cb63fca8ca (diff) |
gnu: python-flask-migrate: Update to 2.5.3.
* gnu/packages/python-web.scm (python-flask-migrate): Update to 2.5.3.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 19d3255d79..1000784d6d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2606,14 +2606,14 @@ itself.") (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) |