Merge pull request #63368 from r-ryantm/auto-update/python3.7-html5-parser

python37Packages.html5-parser: 0.4.6 -> 0.4.7
This commit is contained in:
Mario Rodas 2019-06-17 22:40:52 -05:00 committed by GitHub
commit 04509890e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];