python37Packages.html5-parser: 0.4.6 -> 0.4.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-html5-parser/versions
This commit is contained in:
R. RyanTM 2019-06-17 11:58:14 -07:00
parent e2d07d2cc7
commit 17c719f7cc
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "html5-parser";
version = "0.4.6";
version = "0.4.7";
src = fetchPypi {
inherit pname version;
sha256 = "0pxcwk5lc8ljil77xqywr0bq1xxj11z92lpfj185ac72d2b1sma5";
sha256 = "1gzs9fa38m80y509fg58ylwhxgy7w28ww968pi6wmfrih9ib6l93";
};
nativeBuildInputs = [ pkgconfig ];