diff options
| author | Marius Bakke <marius@gnu.org> | 2022-01-19 00:08:56 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-01-19 10:05:30 +0100 |
| commit | 7cbbf492009b7e345884647f052de16b85bf7921 (patch) | |
| tree | 5b0961dd95957335c3e1ab7da147203d063d3904 /gnu/packages/python-web.scm | |
| parent | e45f28f220c467606075486ee440d3ccd9d5ee0f (diff) | |
gnu: python-flask-cors: Update to 3.0.10.
* gnu/packages/python-web.scm (python-flask-cors): Update to 3.0.10.
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 a80d57fb683..8d554c85174 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -1146,13 +1146,13 @@ both of which are installed automatically if you install this library.") | |||
| 1146 | (define-public python-flask-cors | 1146 | (define-public python-flask-cors |
| 1147 | (package | 1147 | (package |
| 1148 | (name "python-flask-cors") | 1148 | (name "python-flask-cors") |
| 1149 | (version "3.0.9") | 1149 | (version "3.0.10") |
| 1150 | (source (origin | 1150 | (source (origin |
| 1151 | (method url-fetch) | 1151 | (method url-fetch) |
| 1152 | (uri (pypi-uri "Flask-Cors" version)) | 1152 | (uri (pypi-uri "Flask-Cors" version)) |
| 1153 | (sha256 | 1153 | (sha256 |
| 1154 | (base32 | 1154 | (base32 |
| 1155 | "1f36hkaxc92zn12f88fkzwifdvlvsnmlp1dv3p5inpcc500c3kvb")))) | 1155 | "1pl16615fn1pc5n0vdrqlxm45mqsdjjxqv3gfkrs111v7wwkj25n")))) |
| 1156 | (build-system python-build-system) | 1156 | (build-system python-build-system) |
| 1157 | (native-inputs | 1157 | (native-inputs |
| 1158 | (list python-flask python-nose python-packaging)) | 1158 | (list python-flask python-nose python-packaging)) |
