python37Packages.html5-parser: 0.4.5 -> 0.4.6

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-05-22 10:32:46 -07:00
parent 8abe5ee07e
commit ec589b38bd

View File

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