about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-05 19:30:33 -0500
committerGitHub <noreply@github.com>2019-08-05 19:30:33 -0500
commit9f83321e148375184d43a1218c2781efbbfe274a (patch)
treef55e9abf5df16a87815dc954e23f91d001ef3cf9 /pkgs
parent3f7def112d701288ec3148615c4df894b13364af (diff)
parentad6bf3d5c02310d9b416cdcf9aa0044d59e524d4 (diff)
downloadnixlib-9f83321e148375184d43a1218c2781efbbfe274a.tar
nixlib-9f83321e148375184d43a1218c2781efbbfe274a.tar.gz
nixlib-9f83321e148375184d43a1218c2781efbbfe274a.tar.bz2
nixlib-9f83321e148375184d43a1218c2781efbbfe274a.tar.lz
nixlib-9f83321e148375184d43a1218c2781efbbfe274a.tar.xz
nixlib-9f83321e148375184d43a1218c2781efbbfe274a.tar.zst
nixlib-9f83321e148375184d43a1218c2781efbbfe274a.zip
Merge pull request #66107 from r-ryantm/auto-update/python3.7-html5-parser
python37Packages.html5-parser: 0.4.7 -> 0.4.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/html5-parser/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/html5-parser/default.nix b/pkgs/development/python-modules/html5-parser/default.nix
index a09ed7b94208..f3b24b3d371e 100644
--- a/pkgs/development/python-modules/html5-parser/default.nix
+++ b/pkgs/development/python-modules/html5-parser/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "html5-parser";
-  version = "0.4.7";
+  version = "0.4.8";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1gzs9fa38m80y509fg58ylwhxgy7w28ww968pi6wmfrih9ib6l93";
+    sha256 = "00d1zfk72xzyibh7l4ib57y0isn5gic7avgbh7afbkk99iwd5smi";
   };
 
   nativeBuildInputs = [ pkgconfig ];