guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/37: gnu: python-flask-migrate: Update to 2.5.3.


From: guix-commits
Subject: 10/37: gnu: python-flask-migrate: Update to 2.5.3.
Date: Mon, 16 Mar 2020 10:46:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b85822eaf9b8c85d0a579e37df813d35c3e5d314
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 16 04:14:48 2020 +0100

    gnu: python-flask-migrate: Update to 2.5.3.
    
    * gnu/packages/python-web.scm (python-flask-migrate): Update to 2.5.3.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 19d3255..1000784 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]