summary refs log tree commit diff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-16 04:14:48 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-16 15:45:34 +0100
commitb85822eaf9b8c85d0a579e37df813d35c3e5d314 (patch)
tree2bb794c7ba20b562ffc2da04bcd9d9754d8f811a /gnu/packages/python-web.scm
parente5b4b8028ae59eab96b12df5e1e615cb63fca8ca (diff)
downloadguix-b85822eaf9b8c85d0a579e37df813d35c3e5d314.tar.gz
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.scm4
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)