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) | |
download | guix-07fc7764911b361827c5dbc0f388e69f4cef7dbd.tar.gz guix-07fc7764911b361827c5dbc0f388e69f4cef7dbd.zip |
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 c5b27f5f51..bd9772e703 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1273,13 +1273,13 @@ and written in Python.") (define-public python-html5-parser (package (name "python-html5-parser") - (version "0.4.9") + (version "0.4.10") (source (origin (method url-fetch) (uri (pypi-uri "html5-parser" version)) (sha256 (base32 - "13yl3vnf3sxl05m0nhpngnrz3g1jvyahd33lys3m3hfb91l8zzi5")))) + "195wgxls3df7djry9cz3p2k9644l6bfd66fczbaw55fsq0c48agr")))) (build-system python-build-system) (native-inputs (list pkg-config)) |