mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (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)
|
||||
|
|
Loading…
Reference in a new issue