diff options
| author | Brendan Tildesley <mail@brendan.scot> | 2022-02-07 13:05:38 +1100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-19 00:04:47 +0100 |
| commit | 07fc7764911b361827c5dbc0f388e69f4cef7dbd (patch) | |
| tree | 766d23c9cf1cf2a82c9f424ad96b599bdf2d62c3 | |
| parent | 142255d8259e3fbb41bcc517d83fa17b0ca2b82a (diff) | |
gnu: python-html5-parser: Update to 0.4.10.
* gnu/packages/python-web.scm (python-html5-parser): Update to 0.4.10.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| -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 c5b27f5f513..bd9772e703d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -1273,13 +1273,13 @@ and written in Python.") | |||
| 1273 | (define-public python-html5-parser | 1273 | (define-public python-html5-parser |
| 1274 | (package | 1274 | (package |
| 1275 | (name "python-html5-parser") | 1275 | (name "python-html5-parser") |
| 1276 | (version "0.4.9") | 1276 | (version "0.4.10") |
| 1277 | (source (origin | 1277 | (source (origin |
| 1278 | (method url-fetch) | 1278 | (method url-fetch) |
| 1279 | (uri (pypi-uri "html5-parser" version)) | 1279 | (uri (pypi-uri "html5-parser" version)) |
| 1280 | (sha256 | 1280 | (sha256 |
| 1281 | (base32 | 1281 | (base32 |
| 1282 | "13yl3vnf3sxl05m0nhpngnrz3g1jvyahd33lys3m3hfb91l8zzi5")))) | 1282 | "195wgxls3df7djry9cz3p2k9644l6bfd66fczbaw55fsq0c48agr")))) |
| 1283 | (build-system python-build-system) | 1283 | (build-system python-build-system) |
| 1284 | (native-inputs | 1284 | (native-inputs |
| 1285 | (list pkg-config)) | 1285 | (list pkg-config)) |
