diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2019-08-16 16:22:45 +0200 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2019-08-29 14:44:21 +0200 |
| commit | aa6d7de646d710abb93de7ea6d1c0e19bc1115a0 (patch) | |
| tree | 0ca6845294a1bbb421e1510ae5ee6134825075b3 /gnu | |
| parent | 6743080ccc3850525b9635d472705e324feef48f (diff) | |
gnu: python-flask-sqlalchemy: Update to 2.4.0.
* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.0.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-web.scm | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e622f27d6bc..9b88d661182 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -2218,24 +2218,21 @@ applications.") | |||
| 2218 | (define-public python-flask-sqlalchemy | 2218 | (define-public python-flask-sqlalchemy |
| 2219 | (package | 2219 | (package |
| 2220 | (name "python-flask-sqlalchemy") | 2220 | (name "python-flask-sqlalchemy") |
| 2221 | (version "2.1") | 2221 | (version "2.4.0") |
| 2222 | (source | 2222 | (source (origin |
| 2223 | (origin | 2223 | (method url-fetch) |
| 2224 | (method url-fetch) | 2224 | (uri (pypi-uri "Flask-SQLAlchemy" version)) |
| 2225 | (uri (pypi-uri "Flask-SQLAlchemy" version)) | 2225 | (sha256 |
| 2226 | (sha256 | 2226 | (base32 |
| 2227 | (base32 | 2227 | "0nnllf0ddbh9jlhngnyjj98lbxgxr1csaplllx0caw98syq0k5hc")))) |
| 2228 | "1i9ps5d5snih9xlqhrvmi3qfiygkmqzxh92n25kj4pf89kj4s965")))) | ||
| 2229 | (build-system python-build-system) | 2228 | (build-system python-build-system) |
| 2230 | (propagated-inputs | 2229 | (propagated-inputs |
| 2231 | `(("python-flask" ,python-flask) | 2230 | `(("python-flask" ,python-flask) |
| 2232 | ("python-sqlalchemy" ,python-sqlalchemy))) | 2231 | ("python-sqlalchemy" ,python-sqlalchemy))) |
| 2233 | (home-page | 2232 | (home-page "https://github.com/mitsuhiko/flask-sqlalchemy") |
| 2234 | "https://github.com/mitsuhiko/flask-sqlalchemy") | 2233 | (synopsis "Module adding SQLAlchemy support to your Flask application") |
| 2235 | (synopsis | ||
| 2236 | "Module adding SQLAlchemy support to your Flask application") | ||
| 2237 | (description | 2234 | (description |
| 2238 | "This package adds SQLAlchemy support to your Flask application.") | 2235 | "This package adds SQLAlchemy support to your Flask application.") |
| 2239 | (license license:bsd-3))) | 2236 | (license license:bsd-3))) |
| 2240 | 2237 | ||
| 2241 | (define-public python-flask-restplus | 2238 | (define-public python-flask-restplus |
